Home
last modified time | relevance | path

Searched refs:ToDexPc (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat_quick_method_header.cc38 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method, in ToDexPc() function in art::OatQuickMethodHeader
Doat_quick_method_header.h175 uint32_t ToDexPc(ArtMethod* method, const uintptr_t pc, bool abort_on_failure = true) const;
Dfault_handler.cc313 uint32_t dexpc = method_header->ToDexPc(method_obj, return_pc, false); in IsInGeneratedCode()
Dinstrumentation.cc267 : GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_)); in InstrumentationInstallStack()
Dstack.cc172 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc357 return current_code->ToDexPc(*caller_sp, outer_pc); in GetCallingDexPc()