Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc521 const int* keyTable; in ProcessCanSwitch() local
541 keyTable = nullptr; // Make the compiler happy. in ProcessCanSwitch()
555 keyTable = reinterpret_cast<const int*>(&switch_data[2]); in ProcessCanSwitch()
579 first_key + i : keyTable[i]; in ProcessCanSwitch()