Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc593 extern "C" ssize_t MterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal);
596 return MterpDoPackedSwitch(switchData, testVal); in NterpDoPackedSwitch()
Dmterp.cc113 extern "C" ssize_t MterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoPackedSwitch() function