Searched refs:DexSwitchTable (Results 1 – 4 of 4) 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()
1013 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
95 DexSwitchTable table(instruction, dex_pc); in FindBranches()