Searched refs:InstructionHandler (Results 1 – 1 of 1) sorted by relevance
54 class InstructionHandler {844 return HandleAGet<mirror::BooleanArray>(&InstructionHandler::SetVReg); in AGET_BOOLEAN()848 return HandleAGet<mirror::ByteArray>(&InstructionHandler::SetVReg); in AGET_BYTE()852 return HandleAGet<mirror::CharArray>(&InstructionHandler::SetVReg); in AGET_CHAR()856 return HandleAGet<mirror::ShortArray>(&InstructionHandler::SetVReg); in AGET_SHORT()860 return HandleAGet<mirror::IntArray>(&InstructionHandler::SetVReg); in AGET()864 return HandleAGet<mirror::LongArray>(&InstructionHandler::SetVRegLong); in AGET_WIDE()868 return HandleAGet<mirror::ObjectArray<mirror::Object>>(&InstructionHandler::SetVRegReference); in AGET_OBJECT()1732 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler() function1869 if (InstructionHandler<do_access_check, transaction_active, Instruction::kInvalidFormat>( in DEX_INSTRUCTION_LIST()[all …]