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