Searched refs:last_frame (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.hpp71 static const SharkFrame* last_frame(JavaThread *thread) { function in class:SharkRuntime
72 return thread->last_frame().zero_sharkframe();
75 return last_frame(thread)->method();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp57 static frame last_frame(JavaThread *thread) { return thread->last_frame(); } function in class:InterpreterRuntime
58 static methodOop method(JavaThread *thread) { return last_frame(thread).interpreter_frame_method(); }
59 static address bcp(JavaThread *thread) { return last_frame(thread).interpreter_frame_bcp(); }
60 static int bci(JavaThread *thread) { return last_frame(thread).interpreter_frame_bci(); }
H A DinterpreterRuntime.cpp97 last_frame(thread).interpreter_frame_set_bcp(bcp);
101 methodDataOop mdo = last_frame(thread).interpreter_frame_method()->method_data();
104 last_frame(thread).interpreter_frame_set_mdp(mdo->bci_to_dp(last_frame(thread).interpreter_frame_bci()));
577 thread->last_frame().interpreter_frame_verify_monitor(elem);
594 thread->last_frame().interpreter_frame_verify_monitor(elem);
602 thread->last_frame().interpreter_frame_verify_monitor(elem);
615 thread->last_frame().interpreter_frame_verify_monitor(elem);
668 thread->last_frame().interpreter_callee_receiver(signature));
796 frame fr = thread->last_frame();
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp159 frame runtime_frame = thread->last_frame();
170 frame runtime_frame = thread->last_frame();
391 frame fr = THREAD->last_frame().sender(&map);
432 frame fr = thread->last_frame().sender(&map);
467 frame exception_frame = thread->last_frame().sender(&map);
468 // if the frame isn't deopted then pc must not correspond to the caller of last_frame
498 frame stub_frame = thread->last_frame();
691 frame stub_frame = thread->last_frame();
797 frame runtime_frame = thread->last_frame();
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp131 assert(thread->last_frame().is_runtime_frame(), "cannot call runtime directly from compiled code");
134 frame caller = thread->last_frame().sender(&map);
1004 frame deoptee = thread->last_frame().sender(&map);
1079 frame caller = thread->last_frame().sender(&map);
1156 frame stub_frame = thread->last_frame();
1168 frame stub_frame = thread->last_frame();
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp910 const frame f = thread->last_frame();
1052 frame stubFrame = thread->last_frame();
1114 frame fr = thread->last_frame();
1167 frame caller_frame = thread->last_frame().sender(&cbl_map);
1284 frame stub_frame = thread->last_frame();
1314 frame stub_frame = thread->last_frame();
1412 frame caller_frame = thread->last_frame().sender(&reg_map);
1440 frame f = thread->last_frame().real_sender(&reg_map);// skip runtime stub
1457 frame caller_frame = thread->last_frame().sender(&reg_map);
1526 frame stub_frame = thread->last_frame();
[all...]
H A DinterfaceSupport.cpp272 frame fr = thread->last_frame();
H A Dvframe.hpp363 _frame = _thread->last_frame();
H A Dframe.cpp306 frame at_risk = thread->last_frame().sender(&map);
329 frame check = thread->last_frame();
1414 _fr = thread->last_frame();
H A Ddeoptimization.cpp185 frame stub_frame = thread->last_frame(); // Makes stack walkable as side effect
571 frame stub_frame = thread->last_frame();
1159 frame fr = thread->last_frame();
1239 frame stub_frame = thread->last_frame();
H A Dsafepoint.cpp585 frame wrapper_frame = thread->last_frame();
1040 frame stub_fr = thread()->last_frame();
H A DcompilationPolicy.cpp435 frame fr = thread->last_frame();
H A Dthread.cpp2036 frame caller_fr = last_frame().sender(&map);
2072 frame f = last_frame();
2180 frame f = last_frame();
2387 frame f = thread->last_frame();
3162 frame f = last_frame();
H A Dthread.hpp1423 frame last_frame() { function in class:JavaThread
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp47 frame fr = _thread->last_frame();
443 frame f = JavaThread::current()->last_frame();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1369 JvmtiExport::post_method_exit(thread, method, thread->last_frame());
1462 thread->last_frame().interpreter_frame_method(),
1463 thread->last_frame().interpreter_frame_bcp(),
1560 thread->last_frame().interpreter_frame_method(),
1561 thread->last_frame().interpreter_frame_bcp(),
H A DjvmtiTagMap.cpp3112 frame f = java_thread->last_frame();
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1600 frame f = java_thread->last_frame();
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1466 for (frame fr = thread->last_frame(); max_depth != total_count;) {

Completed in 121 milliseconds