Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc31 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod** frame, in ToDexPc() function in art::OatQuickMethodHeader
Doat_quick_method_header.h157 uint32_t ToDexPc(ArtMethod** frame,
Dfault_handler.cc347 dexpc = method_header->ToDexPc(reinterpret_cast<ArtMethod**>(sp), return_pc, false); in IsInGeneratedCode()
Dinstrumentation.cc377 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc( in InstrumentationInstallStack()
403 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc(GetCurrentQuickFrame(), last_return_pc_); in InstrumentationInstallStack()
Dstack.cc128 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc272 return current_code->ToDexPc(caller_sp, outer_pc); in GetCallingDexPc()