Home
last modified time | relevance | path

Searched defs:SwitchTable (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbuilder.h33 class SwitchTable; variable
Dbuilder.cc72 class SwitchTable : public ValueObject { class
74 SwitchTable(const Instruction& instruction, uint32_t dex_pc, bool sparse) in SwitchTable() function in art::SwitchTable
/art/compiler/dex/quick/
Dmir_to_lir.h231 struct SwitchTable : EmbeddedData { struct
232 LIR* anchor; // Reference instruction for relative offsets.
233 MIR* switch_mir; // The switch mir.