Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h292 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); in DoPackedSwitch() local
317 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); in DoSparseSwitch() local
/art/compiler/dex/quick/x86/
Dcall_x86.cc36 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); in GenLargeSparseSwitch() local
/art/compiler/dex/quick/
Dcodegen_util.cc561 const int32_t* keys = reinterpret_cast<const int32_t*>(&(tab_rec->table[2])); in InstallSwitchTables() local
863 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); in MarkSparseCaseLabels() local
897 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); in DumpSparseSwitchTable() local
Dgen_common.cc2106 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); in GenSmallSparseSwitch() local
/art/compiler/dex/portable/
Dmir_to_gbc.cc173 const int32_t* keys = payload->GetKeys(); in ConvertSparseSwitch() local