Searched refs:ToDexPc (Results 1 – 5 of 5) sorted by relevance
36 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod** frame, in ToDexPc() function in art::OatQuickMethodHeader
189 uint32_t ToDexPc(ArtMethod** frame,
238 *dex_pc = current_code->ToDexPc(caller_sp, caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
607 uint32_t dexpc = method_header->ToDexPc(reinterpret_cast<ArtMethod**>(sp), return_pc, false); in IsValidReturnPc()
129 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()