HomeSort by relevance Sort by last modified time
    Searched refs:MaybeRecordNativeDebugInfo (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator.cc 197 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
232 MaybeRecordNativeDebugInfo(nullptr /* instruction */, block->GetDexPc());
239 MaybeRecordNativeDebugInfo(current, block->GetDexPc());
    [all...]
code_generator.h 280 void MaybeRecordNativeDebugInfo(HInstruction* instruction,

Completed in 578 milliseconds