Searched refs:JNIHandleBlock (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1169 __ movptr(Address(t, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
H A DtemplateInterpreter_x86_64.cpp1151 __ movptr(Address(t, JNIHandleBlock::top_offset_in_bytes()), (int32_t)NULL_WORD);
H A DcppInterpreter_x86.cpp1350 __ movptr(Address(t, JNIHandleBlock::top_offset_in_bytes()), (int32_t)NULL_WORD);
H A DsharedRuntime_x86_32.cpp2265 __ movptr(Address(rcx, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
H A DsharedRuntime_x86_64.cpp2508 __ movptr(Address(rcx, JNIHandleBlock::top_offset_in_bytes()), (int32_t)NULL_WORD);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp957 __ st_ptr(G0, G3_scratch, JNIHandleBlock::top_offset_in_bytes());
H A DsharedRuntime_sparc.cpp2702 __ st_ptr(G0, L5, JNIHandleBlock::top_offset_in_bytes());

Completed in 92 milliseconds

12