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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp46 JNIHandleBlock* JNIHandles::_weak_global_handles = NULL; member in class:JNIHandles
107 res = _weak_global_handles->allocate_handle(obj());
155 _weak_global_handles->weak_oops_do(is_alive, f);
161 _weak_global_handles = JNIHandleBlock::allocate_block();
204 return _weak_global_handles->chain_contains(handle);
212 return _weak_global_handles->memory_usage();
237 assert(_global_handles != NULL && _weak_global_handles != NULL,
H A DjniHandles.hpp40 static JNIHandleBlock* _weak_global_handles; // First weak global handle block member in class:JNIHandles
H A DvmStructs.cpp961 static_field(JNIHandles, _weak_global_handles, JNIHandleBlock*) \

Completed in 45 milliseconds