Searched refs:ToDexPc (Results 1 – 6 of 6) sorted by relevance
39 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method, in ToDexPc() function in art::OatQuickMethodHeader
176 uint32_t ToDexPc(ArtMethod* method, const uintptr_t pc, bool abort_on_failure = true) const;
340 uint32_t dexpc = method_header->ToDexPc(method_obj, return_pc, false); in IsInGeneratedCode()
283 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_); in InstrumentationInstallStack()317 dex_pc = GetCurrentOatQuickMethodHeader()->ToDexPc(m, last_return_pc_); in InstrumentationInstallStack()
126 return cur_oat_quick_method_header_->ToDexPc( in GetDexPc()
369 return current_code->ToDexPc(*caller_sp, outer_pc); in GetCallingDexPc()