Searched refs:GetTargetOffset (Results 1 – 7 of 7) sorted by relevance
48 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset()); in DumpMethodCFG()207 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFG()
108 MaybeCreateBlockAt(dex_pc + instruction.GetTargetOffset()); in CreateBranchTargets()189 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in ConnectBasicBlocks()
1010 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
93 SetAsBranchTarget(dex_pc + instruction.GetTargetOffset()); in FindBranches()212 uint32_t branch_dex_pc = dex_pc + inst.GetTargetOffset(); in AnalyzeCode()219 dex_pc += inst.GetTargetOffset(); in AnalyzeCode()
76 int32_t Instruction::GetTargetOffset() const { in GetTargetOffset() function in art::Instruction
555 int32_t GetTargetOffset() const;
1765 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()1884 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor