Searched refs:top_frame (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp62 // constructor that starts with sender of frame fr (top_frame)
94 // of the top_frame when the parent of the top_frame is interpreted and
96 // the relationship of the current _frame relative to the top_frame so
383 frame top_frame) {
394 bool fully_decipherable = find_initial_Java_frame(thd, &top_frame, &initial_Java_frame, &method, &bci);
380 forte_fill_call_trace_given_top(JavaThread* thd, ASGCT_CallTrace* trace, int depth, frame top_frame) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp379 vframeStream::vframeStream(JavaThread* thread, frame top_frame, argument
384 _frame = top_frame.sender(&_reg_map);
H A Dvframe.hpp369 // top_frame may not be at safepoint, start with sender
370 vframeStream(JavaThread* thread, frame top_frame, bool stop_at_java_call_stub = false);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp155 bool top_frame);

Completed in 270 milliseconds