Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc39 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method, in ToDexPc() function in art::OatQuickMethodHeader
Doat_quick_method_header.h176 uint32_t ToDexPc(ArtMethod* method, const uintptr_t pc, bool abort_on_failure = true) const;
Dfault_handler.cc340 uint32_t dexpc = method_header->ToDexPc(method_obj, return_pc, false); in IsInGeneratedCode()
Dinstrumentation.cc283 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_); in InstrumentationInstallStack()
317 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_); in InstrumentationInstallStack()
Dstack.cc126 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc369 return current_code->ToDexPc(*caller_sp, outer_pc); in GetCallingDexPc()