Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc634 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal);
638 return MterpDoSparseSwitch(switchData, testVal); in NterpDoSparseSwitch()
Dmterp.cc61 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoSparseSwitch() function