Searched refs:record_debug_info (Results 1 - 3 of 3) 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) { function in class:IRScopeDebugInfo
235 caller()->record_debug_info(recorder, pc_offset, false/*topmost*/);
277 void record_debug_info(DebugInformationRecorder* recorder, int pc_offset);
H A Dc1_LIRAssembler.cpp323 info->record_debug_info(compilation()->debug_info_recorder(), pc_offset);
332 cinfo->record_debug_info(compilation()->debug_info_recorder(), pc_offset);
H A Dc1_IR.cpp211 void CodeEmitInfo::record_debug_info(DebugInformationRecorder* recorder, int pc_offset) { function in class:CodeEmitInfo
214 _scope_debug_info->record_debug_info(recorder, pc_offset, true/*topmost*/, _is_method_handle_invoke);

Completed in 37 milliseconds