Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc72 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()
Ddex_builder.h160 kMove, enumerator