Searched refs:jobject_ref (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp44 inline static oop& jobject_ref(jobject handle); // NOT jweak!
206 inline oop& JNIHandles::jobject_ref(jobject handle) { function in class:JNIHandles
239 result = jobject_ref(handle);
278 jobject_ref(handle) = deleted_handle();
H A DjniHandles.cpp132 jobject_ref(handle) = deleted_handle();

Completed in 43 milliseconds