Searched refs:kMove (Results 1 – 2 of 2) sorted by relevance
72 case Instruction::Op::kMove: in operator <<()321 AddInstruction(Instruction::OpWithArgs(Op::kMove, target, Value::Immediate(value))); in BuildConst4()326 AddInstruction(Instruction::OpWithArgs(Op::kMove, target, Value::String(dex_string->orig_index))); in BuildConstString()342 case Instruction::Op::kMove: in EncodeInstruction()378 CHECK(Instruction::Op::kMove == instruction.opcode() || in EncodeMove()400 Opcode opcode = instruction.opcode() == Instruction::Op::kMove in EncodeMove()443 : Instruction::Op::kMove; in EncodeInvoke()447 : Instruction::Op::kMove; in EncodeInvoke()
160 kMove, enumerator