Searched refs:RecordPcInfo (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.cc | 1110 void CodeGenerator::RecordPcInfo(HInstruction* instruction, in RecordPcInfo() function in art::CodeGenerator 1114 RecordPcInfo(instruction, dex_pc, GetAssembler()->CodePosition(), slow_path, native_debug_info); in RecordPcInfo() 1117 void CodeGenerator::RecordPcInfo(HInstruction* instruction, in RecordPcInfo() function in art::CodeGenerator 1245 RecordPcInfo(instruction, dex_pc, slow_path, /* native_debug_info= */ true); in MaybeRecordNativeDebugInfo() 1496 RecordPcInfo(null_check, null_check->GetDexPc(), GetAssembler()->CodePosition()); in MaybeRecordImplicitNullCheck()
|
D | code_generator.h | 335 void RecordPcInfo(HInstruction* instruction, 346 void RecordPcInfo(HInstruction* instruction,
|