Searched defs:top_frame (Results 1 - 2 of 2) 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);

Completed in 45 milliseconds