Searched defs:JNIHandles (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIHandles.java31 public class JNIHandles { class
45 Type type = db.lookupType("JNIHandles");
53 public JNIHandles() { method in class:JNIHandles
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp36 class JNIHandles : AllStatic { class in inherits:AllStatic
184 inline oop JNIHandles::resolve(jobject handle) {
192 inline oop JNIHandles::resolve_external_guard(jobject handle) {
200 inline oop JNIHandles::resolve_non_null(jobject handle) {
210 inline methodOop JNIHandles::resolve_jmethod_id(jmethodID mid) {
214 inline methodOop JNIHandles::checked_resolve_jmethod_id(jmethodID mid) {
224 inline void JNIHandles::destroy_local(jobject handle) {

Completed in 63 milliseconds