Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc317 static constexpr std::array<uint8_t, 256u> kOpcodeInvokeTypes = GenerateOpcodeInvokeTypes(); variable
326 uint8_t raw_invoke_type = kOpcodeInvokeTypes[opcode]; in NterpGetMethod()