Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc61 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoSparseSwitch() argument
102 if (testVal < foundVal) { in MterpDoSparseSwitch()
104 } else if (testVal > foundVal) { in MterpDoSparseSwitch()
113 extern "C" ssize_t MterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoPackedSwitch() argument
133 int index = testVal - firstKey; in MterpDoPackedSwitch()