Home
last modified time | relevance | path

Searched refs:GetDexPcForCurrentIndex (Results 1 – 4 of 4) 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.cc115 MaybeCreateBlockAt(dex_pc, s_it.GetDexPcForCurrentIndex()); in CreateBranchTargets()
187 uint32_t next_case_dex_pc = s_it.GetDexPcForCurrentIndex(); in ConnectBasicBlocks()
Dinstruction_builder.cc827 current_block_ = FindBlockStartingAt(it.GetDexPcForCurrentIndex()); in BuildSwitch()
/art/tools/veridex/
Dflow_analysis.cc107 SetAsBranchTarget(s_it.GetDexPcForCurrentIndex()); in FindBranches()