Searched refs:_global_handles (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp38 JNIHandleBlock* JNIHandles::_global_handles = NULL; member in class:JNIHandles
84 res = _global_handles->allocate_handle(obj());
146 _global_handles->oops_do(f);
162 _global_handles = JNIHandleBlock::allocate_block();
201 return _global_handles->chain_contains(handle);
210 return _global_handles->memory_usage();
235 assert(_global_handles != NULL && _weak_global_handles != NULL,
H A DjniHandles.hpp39 static JNIHandleBlock* _global_handles; // First global handle block member in class:JNIHandles
H A DvmStructs.cpp1003 static_field(JNIHandles, _global_handles, JNIHandleBlock*) \

Completed in 46 milliseconds