Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc415 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()
Dinline_method_analyser.h232 static constexpr uint16_t IGetVariant(Instruction::Code opcode) { in IGetVariant() function