Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc362 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()
410 MaybeRecordNativeDebugInfo(/* instruction= */ nullptr, block->GetDexPc()); in Compile()
417 MaybeRecordNativeDebugInfo(current, block->GetDexPc()); in Compile()
1237 void CodeGenerator::MaybeRecordNativeDebugInfo(HInstruction* instruction, in MaybeRecordNativeDebugInfo() function in art::CodeGenerator
Dcode_generator.h358 void MaybeRecordNativeDebugInfo(HInstruction* instruction,