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

  /art/runtime/
oat_quick_method_header.cc 38 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method,
oat_quick_method_header.h 175 uint32_t ToDexPc(ArtMethod* method, const uintptr_t pc, bool abort_on_failure = true) const;
fault_handler.cc 313 uint32_t dexpc = method_header->ToDexPc(method_obj, return_pc, false);
instrumentation.cc 267 : GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_));
    [all...]
stack.cc 172 return cur_oat_quick_method_header_->ToDexPc(
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 357 return current_code->ToDexPc(*caller_sp, outer_pc);
    [all...]

Completed in 234 milliseconds