Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc471 const int* keyTable; in ProcessCanSwitch() local
491 keyTable = NULL; // Make the compiler happy. in ProcessCanSwitch()
505 keyTable = reinterpret_cast<const int*>(&switch_data[2]); in ProcessCanSwitch()
528 first_key + i : keyTable[i]; in ProcessCanSwitch()