Searched defs:SwitchTable (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc72 class SwitchTable : public ValueObject { class in namespace:art
74 SwitchTable(const Instruction& instruction, uint32_t dex_pc, bool sparse) function in class:art::SwitchTable
137 DISALLOW_COPY_AND_ASSIGN(SwitchTable);
392 SwitchTable table(instruction, dex_pc, instruction.Opcode() == Instruction::SPARSE_SWITCH);
1219 SwitchTable table(instruction, dex_pc, false);
1244 SwitchTable table(instruction, dex_pc, true);
1258 bool is_last_case, const SwitchTable& table,
/art/compiler/dex/quick/
H A Dmir_to_lir.h231 struct SwitchTable : EmbeddedData { struct in class:art::Mir2Lir
1786 ArenaVector<SwitchTable*> switch_tables_;

Completed in 169 milliseconds