Searched refs:GetTargetOffset (Results 1 – 5 of 5) sorted by relevance
147 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset()); in If_22t()163 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset()); in If_21t()248 int32_t target = instruction.GetTargetOffset() + dex_offset; in ComputeBranchTargets()581 HBasicBlock* target = FindBlockStartingAt(instruction.GetTargetOffset() + dex_offset); in AnalyzeDexInstruction()
74 int32_t Instruction::GetTargetOffset() const { in GetTargetOffset() function in art::Instruction
464 int32_t GetTargetOffset() const;
210 int32_t offset = inst->GetTargetOffset(); in BuildMethodSeaGraph()244 int32_t offset = inst->GetTargetOffset(); in BuildMethodSeaGraph()
383 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset()); in IsBadMonitorExitCatch()