Home
last modified time | relevance | path

Searched refs:RecordPcInfo (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc1110 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()
Dcode_generator.h335 void RecordPcInfo(HInstruction* instruction,
346 void RecordPcInfo(HInstruction* instruction,