Searched refs:op_variant (Results 1 – 4 of 4) sorted by relevance
112 uint16_t op_variant : 3; member
253 data->op_variant = IGetVariant(opcode); in AnalyseIGetMethod()320 data->op_variant = IPutVariant(opcode); in AnalyseIPutMethod()
779 Instruction::Code opcode = static_cast<Instruction::Code>(Instruction::IGET + data.op_variant); in GenInlineIGet()780 DCHECK_EQ(InlineMethodAnalyser::IGetVariant(opcode), data.op_variant); in GenInlineIGet()831 Instruction::Code opcode = static_cast<Instruction::Code>(Instruction::IPUT + data.op_variant); in GenInlineIPut()832 DCHECK_EQ(InlineMethodAnalyser::IPutVariant(opcode), data.op_variant); in GenInlineIPut()
236 bool wide = (data.op_variant == InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE)); in GenSpecialIGet()237 bool ref = (data.op_variant == InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT)); in GenSpecialIGet()280 bool wide = (data.op_variant == InlineMethodAnalyser::IPutVariant(Instruction::IPUT_WIDE)); in GenSpecialIPut()281 bool ref = (data.op_variant == InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT)); in GenSpecialIPut()