Searched refs:scratch_reg (Results 1 – 2 of 2) sorted by relevance
380 dex::u4 scratch_reg = *alloc_regs.ScratchRegs().begin(); in CodeCoverage() local383 if (scratch_reg > 0xff) { in CodeCoverage()423 load_block_id->operands.push_back(code_ir.Alloc<lir::VReg>(scratch_reg)); in CodeCoverage()430 trace_call->operands.push_back(code_ir.Alloc<lir::VRegRange>(scratch_reg, 1)); in CodeCoverage()
423 dex::u4 scratch_reg = 0; in Apply() local460 scratch_reg = 0; in Apply()463 scratch_reg = bytecode->opcode == dex::OP_RETURN_VOID ? 0 : reg - 1; in Apply()471 const_str_op->operands.push_back(code_ir->Alloc<lir::VReg>(scratch_reg)); // dst in Apply()477 ? code_ir->Alloc<lir::VRegRange>(scratch_reg, reg_count + 1) in Apply()