Searched refs:move_op (Results 1 – 1 of 1) sorted by relevance
447 auto move_op = code_ir->Alloc<lir::Bytecode>(); in Apply() local450 move_op->opcode = dex::OP_MOVE_OBJECT_16; in Apply()451 move_op->operands.push_back(code_ir->Alloc<lir::VReg>(reg + 1)); in Apply()452 move_op->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in Apply()455 move_op->opcode = dex::OP_MOVE_16; in Apply()456 move_op->operands.push_back(code_ir->Alloc<lir::VReg>(reg + 1)); in Apply()457 move_op->operands.push_back(code_ir->Alloc<lir::VReg>(reg)); in Apply()460 move_op->opcode = dex::OP_MOVE_WIDE_16; in Apply()461 move_op->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg + 1)); in Apply()462 move_op->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg)); in Apply()[all …]