Searched refs:GetTargetOffset (Results 1 – 6 of 6) sorted by relevance
84 MaybeCreateBlockAt(dex_pc + instruction.GetTargetOffset()); in CreateBranchTargets()155 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in ConnectBasicBlocks()
669 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
83 int32_t Instruction::GetTargetOffset() const { in GetTargetOffset() function in art::Instruction
489 int32_t GetTargetOffset() const;
1489 dex_pc_is_branch_target.insert(dex_pc + inst->GetTargetOffset()); in DumpMethodCFGImpl()1651 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFGImpl()
1046 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()1070 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()1137 uint32_t GetTargetOffset(const LinkerPatch& patch) SHARED_REQUIRES(Locks::mutator_lock_) { in GetTargetOffset() function in art::OatWriter::WriteCodeMethodVisitor