Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
Dcode_generator.cc1057 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
/art/dexdump/
Ddexdump_cfg.cc48 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset()); in DumpMethodCFG()
207 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFG()
/art/tools/veridex/
Dflow_analysis.cc93 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()
/art/libdexfile/dex/
Ddex_instruction.cc76 int32_t Instruction::GetTargetOffset() const { in GetTargetOffset() function in art::Instruction
Ddex_instruction.h562 int32_t GetTargetOffset() const;
/art/dex2oat/linker/
Doat_writer.cc1788 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