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