Home
last modified time | relevance | path

Searched refs:GetDexPcForCurrentIndex (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h128 uint32_t GetDexPcForCurrentIndex() const { return table_.GetDexPcForIndex(index_); } in GetDexPcForCurrentIndex() function
/art/compiler/optimizing/
Dblock_builder.cc121 MaybeCreateBlockAt(dex_pc, s_it.GetDexPcForCurrentIndex()); in CreateBranchTargets()
200 uint32_t next_case_dex_pc = s_it.GetDexPcForCurrentIndex(); in ConnectBasicBlocks()
/art/tools/veridex/
Dflow_analysis.cc99 SetAsBranchTarget(s_it.GetDexPcForCurrentIndex()); in FindBranches()