Searched refs:destroy_global (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp59 static void destroy_global(jobject handle);
H A DjniHandles.cpp128 void JNIHandles::destroy_global(jobject handle) { function in class:JNIHandles
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp325 JNIHandles::destroy_global(_hot_method);
327 JNIHandles::destroy_global(_method);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2874 JNIHandles::destroy_global(_prev_constant_pool);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp968 JNIHandles::destroy_global(ref);

Completed in 85 milliseconds