Searched defs:SwitchTable (Results 1 – 3 of 3) sorted by relevance
33 class SwitchTable; variable
72 class SwitchTable : public ValueObject { class74 SwitchTable(const Instruction& instruction, uint32_t dex_pc, bool sparse) in SwitchTable() function in art::SwitchTable
231 struct SwitchTable : EmbeddedData { struct232 LIR* anchor; // Reference instruction for relative offsets.233 MIR* switch_mir; // The switch mir.