Searched refs:DexSwitchTable (Results 1 – 4 of 4) sorted by relevance
55 class DexSwitchTable : public ValueObject {57 DexSwitchTable(const Instruction& instruction, uint32_t dex_pc) in DexSwitchTable() function129 DISALLOW_COPY_AND_ASSIGN(DexSwitchTable);134 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()159 const DexSwitchTable& table_;
86 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets()160 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks()
672 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
598 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()