Searched refs:GetTargetOffset (Results 1 – 7 of 7) sorted by relevance
108 MaybeCreateBlockAt(dex_pc + instruction.GetTargetOffset()); in CreateBranchTargets()189 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in ConnectBasicBlocks()408 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in InsertSynthesizedLoopsForOsr()
1057 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
48 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset()); in DumpMethodCFG()207 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFG()
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
562 int32_t GetTargetOffset() const;
1788 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()1913 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor