Home
last modified time | relevance | path

Searched refs:GetTargetOffset (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dblock_builder.cc108 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()
H A Dcode_generator.cc1130 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
/aosp12/art/dexdump/
H A Ddexdump_cfg.cc48 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset()); in DumpMethodCFG()
207 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFG()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc101 SetAsBranchTarget(dex_pc + instruction.GetTargetOffset()); in FindBranches()
235 uint32_t branch_dex_pc = dex_pc + inst.GetTargetOffset(); in AnalyzeCode()
242 dex_pc += inst.GetTargetOffset(); in AnalyzeCode()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc76 int32_t Instruction::GetTargetOffset() const { in GetTargetOffset() function in art::Instruction
H A Ddex_instruction.h562 int32_t GetTargetOffset() const;
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1807 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()
1963 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor