()
| 78 | } |
| 79 | |
| 80 | @Override @NotNull |
| 81 | public ImageInfo getImageInfo() { |
| 82 | try { |
| 83 | if (_imageInfo == null) { |
| 84 | Stats.onNativeCall(); |
| 85 | _imageInfo = _nGetImageInfo(_ptr); |
| 86 | } |
| 87 | return _imageInfo; |
| 88 | } finally { |
| 89 | Reference.reachabilityFence(this); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | |
| 94 | /** |
no test coverage detected