Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.cc36 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod** frame, in ToDexPc() function in art::OatQuickMethodHeader
Doat_quick_method_header.h189 uint32_t ToDexPc(ArtMethod** frame,
/art/runtime/entrypoints/
Dentrypoint_utils.cc238 *dex_pc = current_code->ToDexPc(caller_sp, caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
/art/runtime/
Dfault_handler.cc607 uint32_t dexpc = method_header->ToDexPc(reinterpret_cast<ArtMethod**>(sp), return_pc, false); in IsValidReturnPc()
Dstack.cc129 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()