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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp45 JNIHandleBlock* JNIHandles::_global_handles = NULL; member in class:JNIHandles
91 res = _global_handles->allocate_handle(obj());
150 _global_handles->oops_do(f);
160 _global_handles = JNIHandleBlock::allocate_block();
199 return _global_handles->chain_contains(handle);
208 return _global_handles->memory_usage();
237 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.cpp960 static_field(JNIHandles, _global_handles, JNIHandleBlock*) \

Completed in 42 milliseconds