Searched refs:IGetVariant (Results 1 – 2 of 2) sorted by relevance
415 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET) ==417 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE) ==419 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) ==421 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BOOLEAN) ==423 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BYTE) ==425 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) ==427 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==649 data->op_variant = IGetVariant(opcode); in AnalyseIGetMethod()
232 static constexpr uint16_t IGetVariant(Instruction::Code opcode) { in IGetVariant() function