Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h54 class InstructionHandler {
919 return HandleAGet<mirror::BooleanArray>(&InstructionHandler::SetVReg); in AGET_BOOLEAN()
923 return HandleAGet<mirror::ByteArray>(&InstructionHandler::SetVReg); in AGET_BYTE()
927 return HandleAGet<mirror::CharArray>(&InstructionHandler::SetVReg); in AGET_CHAR()
931 return HandleAGet<mirror::ShortArray>(&InstructionHandler::SetVReg); in AGET_SHORT()
935 return HandleAGet<mirror::IntArray>(&InstructionHandler::SetVReg); in AGET()
939 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE()
943 return HandleAGet<mirror::ObjectArray<mirror::Object>>(&InstructionHandler::SetVRegReference); in AGET_OBJECT()
1843 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler() function
1930 InstructionHandler<do_access_check, transaction_active, Instruction::FORMAT> handler( \
[all …]