Searched defs:MaybeRecordNativeDebugInfo (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc197 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
232 MaybeRecordNativeDebugInfo(nullptr /* instruction */, block->GetDexPc());
239 MaybeRecordNativeDebugInfo(current, block->GetDexPc());
820 void CodeGenerator::MaybeRecordNativeDebugInfo(HInstruction* instruction, function in class:art::CodeGenerator

Completed in 56 milliseconds