Searched refs:DexSwitchTable (Results 1 – 5 of 5) sorted by relevance
27 class DexSwitchTable : public ValueObject {29 DexSwitchTable(const Instruction& instruction, uint32_t dex_pc) in DexSwitchTable() function101 DISALLOW_COPY_AND_ASSIGN(DexSwitchTable);106 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()131 const DexSwitchTable& table_;
111 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets()194 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks()415 DexSwitchTable table(instruction, dex_pc); in InsertSynthesizedLoopsForOsr()
1133 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
781 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()
103 DexSwitchTable table(instruction, dex_pc); in FindBranches()