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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp232 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset, bool topmost, bool is_method_handle_invoke = false) { argument
235 caller()->record_debug_info(recorder, pc_offset, false/*topmost*/);
240 // reexecute allowed only for the topmost frame
241 bool reexecute = topmost ? should_reexecute() : false;

Completed in 718 milliseconds