Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc744 extern "C" ssize_t NterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) in NterpDoPackedSwitch()
751 extern "C" ssize_t NterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) in NterpDoSparseSwitch()
H A Dmterp.cc61 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoSparseSwitch()
113 extern "C" ssize_t MterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoPackedSwitch()