Searched refs:DexPc (Results 1 – 18 of 18) 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()
1186 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()
370 const uint32_t dex_pc = pair.DexPc(); in Build()499 locations->ClearBit(inst.DexPc()); in FindNativeDebugInfoLocations()501 DCHECK(next.DexPc() != inst.DexPc()); in FindNativeDebugInfoLocations()503 locations->SetBit(next.DexPc()); in FindNativeDebugInfoLocations()
1105 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)
554 if (pair.DexPc() == dex_pc) { in GetIndexFromQuickening()
73 const uint32_t dex_pc = pair.DexPc(); in GenerateSafeCastSet()
54 entries.push_back(inst.DexPc()); in Create()
215 const uint32_t dex_pc = it.DexPc(); in Compile()
1091 GetModifiableInstructionFlags(it.DexPc()).SetIsOpcode(); in ComputeWidthsAndCountOps()1097 << it.DexPc() << " vs. " << insns_size << ")"; in ComputeWidthsAndCountOps()1127 GetModifiableInstructionFlags(it.DexPc()).SetInTry(); in ScanTryCatchBlocks()1171 const uint32_t dex_pc = inst.DexPc(); in VerifyInstructions()1645 const size_t dex_pc = inst.DexPc(); in Dump()1951 const uint32_t insn_idx = inst.DexPc(); in CodeFlowVerifyMethod()
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()
1152 vios->Stream() << StringPrintf("0x%04x: ", inst.DexPc()) << inst->DumpHexLE(5) in DumpOatMethod()