Searched refs:make_global (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.cpp57 _handle = JNIHandles::make_global(o);
72 _handle = JNIHandles::make_global(h);
H A DciInstanceKlass.cpp73 _loader = JNIHandles::make_global(h_loader);
74 _protection_domain = JNIHandles::make_global(h_protection_domain);
H A DciEnv.cpp246 objh = JNIHandles::make_global(obj);
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp58 static jobject make_global(Handle obj);
H A DjniHandles.cpp84 jobject JNIHandles::make_global(Handle obj) { function in class:JNIHandles
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp277 _method = JNIHandles::make_global(method);
298 _hot_method = JNIHandles::make_global(hot_method);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2579 cp_ref = JNIHandles::make_global(cp_h);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp949 jobject ret = JNIHandles::make_global(ref_handle);

Completed in 66 milliseconds