Searched defs:Handle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.inline.hpp43 // between Thread and Handle
45 inline Handle::Handle(oop obj) { function in class:Handle
55 inline Handle::Handle(Thread* thread, oop obj) { function in class:Handle
H A Dhandles.cpp54 Handle::Handle(Thread* thread, oop obj) { function in class:Handle
H A Dhandles.hpp46 // Handle h1(obj); // allocate new handle
47 // Handle h2(thread, obj); // faster allocation when current thread is known
48 // Handle h3; // declare handle only, no allocation occurs
58 // oop Handle
75 class Handle VALUE_OBJ_CLASS_SPEC {
85 Handle() { _handle = NULL; } function in class:VALUE_OBJ_CLASS_SPEC
86 Handle(oop obj);
88 Handle(Thread* thread, oop obj);
91 Handle(Thread* thread, oop obj);
98 bool operator == (const Handle
110 Handle(oop *handle, bool dummy) { _handle = handle; } function in class:VALUE_OBJ_CLASS_SPEC
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsmd5.c204 void MD5add(cmsHANDLE Handle, cmsUInt8Number* buf, cmsUInt32Number len) argument
206 _cmsMD5* ctx = (_cmsMD5*) Handle;
248 void MD5finish(cmsProfileID* ProfileID, cmsHANDLE Handle) argument
250 _cmsMD5* ctx = (_cmsMD5*) Handle;

Completed in 23 milliseconds