Searched refs:DexPc (Results 1 – 17 of 17) sorted by relevance
32 return *Instruction::At(instructions_ + DexPc()); in Inst()39 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function74 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function75 return data_.DexPc(); in DexPc()90 return lhs.DexPc() == rhs.DexPc();101 return lhs.DexPc() < rhs.DexPc();128 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {} in DexInstructionIterator()152 ALWAYS_INLINE uint32_t DexPc() const { in DexPc() function153 return data_.DexPc(); in DexPc()163 : DexInstructionIteratorBase(&start.Inst(), start.DexPc()) in SafeDexInstructionIterator()[all …]
48 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset()); in DumpMethodCFG()66 dex_pc_is_branch_target.insert(pair.DexPc() + offset); in DumpMethodCFG()80 const uint32_t dex_pc = pair.DexPc(); in DumpMethodCFG()165 const uint32_t dex_pc = pair.DexPc(); in DumpMethodCFG()272 old_dex_pc = pair.DexPc(); in DumpMethodCFG()
1147 const u4 dexPc = pair.DexPc(); in dumpBytecodes()
103 const uint32_t dex_pc = pair.DexPc(); in CreateBranchTargets()139 MaybeCreateBlockAt(next.DexPc()); in CreateBranchTargets()155 const uint32_t dex_pc = pair.DexPc(); in ConnectBasicBlocks()214 block->AddSuccessor(GetBlockAt(std::next(DexInstructionIterator(pair)).DexPc())); in ConnectBasicBlocks()405 const uint32_t dex_pc = pair.DexPc(); in InsertSynthesizedLoopsForOsr()
371 const uint32_t dex_pc = pair.DexPc(); in Build()488 locations->ClearBit(inst.DexPc()); in FindNativeDebugInfoLocations()490 DCHECK(next.DexPc() != inst.DexPc()); in FindNativeDebugInfoLocations()492 locations->SetBit(next.DexPc()); in FindNativeDebugInfoLocations()
1054 const uint32_t dex_pc = pair.DexPc(); in CheckLoopEntriesCanBeUsedForOsr()
64 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : " in VerifyClassData()
85 uint32_t DexPc() const { in DexPc() function162 uint32_t DexPc() const { in DexPc() function
134 BIT_TABLE_COLUMN(2, DexPc)179 BIT_TABLE_COLUMN(1, DexPc)
572 if (pair.DexPc() == dex_pc) { in GetIndexFromQuickening()
73 const uint32_t dex_pc = pair.DexPc(); in GenerateSafeCastSet()
56 entries.push_back(inst.DexPc()); in Create()
215 const uint32_t dex_pc = it.DexPc(); in Compile()
89 const uint32_t dex_pc = pair.DexPc(); in FindBranches()
1042 LOG(WARNING) << "GLITCH: zero-width instruction at idx=0x" << std::hex << inst.DexPc(); in DumpBytecodes()1045 DumpInstruction(code, code_offset, inst.DexPc(), insn_width, &inst.Inst()); in DumpBytecodes()
1016 *dex_pc = inst.DexPc(); in HasSingleInvoke()
1148 vios->Stream() << StringPrintf("0x%04x: ", inst.DexPc()) << inst->DumpHexLE(5) in DumpOatMethod()