Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h267 class InstructionHandler {
1021 return HandleAGet<mirror::BooleanArray>(&InstructionHandler::SetVReg); in AGET_BOOLEAN()
1025 return HandleAGet<mirror::ByteArray>(&InstructionHandler::SetVReg); in AGET_BYTE()
1029 return HandleAGet<mirror::CharArray>(&InstructionHandler::SetVReg); in AGET_CHAR()
1033 return HandleAGet<mirror::ShortArray>(&InstructionHandler::SetVReg); in AGET_SHORT()
1037 return HandleAGet<mirror::IntArray>(&InstructionHandler::SetVReg); in AGET()
1041 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE()
1045 return HandleAGet<mirror::ObjectArray<mirror::Object>>(&InstructionHandler::SetVRegReference); in AGET_OBJECT()
1909 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler() function
2015 InstructionHandler<transaction_active, Instruction::FORMAT> handler( \
[all …]