Searched defs:last_frame (Results 1 - 3 of 3) 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(); }
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1423 frame last_frame() { function in class:JavaThread

Completed in 45 milliseconds