Searched defs:ret_ob_h (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/prims/ |
| H A D | jvmtiEnvBase.cpp | 1316 // It is to keep a ret_ob_h handle alive after return to the caller. 1319 jvalue value, TosState tos, Handle* ret_ob_h) { 1363 *ret_ob_h = ob_h; 1415 Handle ret_ob_h = Handle(); local 1416 jvmtiError err = check_top_frame(current_thread, java_thread, value, tos, &ret_ob_h); 1420 assert(tos != atos || value.l == NULL || ret_ob_h() != NULL, 1430 state->set_earlyret_oop(ret_ob_h()); 1318 check_top_frame(JavaThread* current_thread, JavaThread* java_thread, jvalue value, TosState tos, Handle* ret_ob_h) argument
|
Completed in 88 milliseconds