Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc106 uint32_t GetDexPcForIndex(size_t index) const { in GetDexPcForIndex() function in art::SwitchTable
412 branch_targets_.Put(table.GetDexPcForIndex(i), block); in ComputeBranchTargets()
1283 HBasicBlock* next_case_target = FindBlockStartingAt(table.GetDexPcForIndex(index)); in BuildSwitchCaseHelper()