Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbytecode_utils.h55 class DexSwitchTable : public ValueObject {
57 DexSwitchTable(const Instruction& instruction, uint32_t dex_pc) in DexSwitchTable() function
129 DISALLOW_COPY_AND_ASSIGN(DexSwitchTable);
134 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()
159 const DexSwitchTable& table_;
Dblock_builder.cc86 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets()
160 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks()
Dcode_generator.cc672 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
Dinstruction_builder.cc598 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()