Home
last modified time | relevance | path

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

/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/compiler/optimizing/
Dblock_builder.cc108 MaybeCreateBlockAt(dex_pc + instruction.GetTargetOffset()); in CreateBranchTargets()
189 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in ConnectBasicBlocks()
Dcode_generator.cc1010 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
/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.h555 int32_t GetTargetOffset() const;
/art/dex2oat/linker/
Doat_writer.cc1765 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod()
1884 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor