Searched refs:scratch_reg (Results 1 – 2 of 2) sorted by relevance
381 dex::u4 scratch_reg = *alloc_regs.ScratchRegs().begin(); in CodeCoverage() local384 if (scratch_reg > 0xff) { in CodeCoverage()424 load_block_id->operands.push_back(code_ir.Alloc<lir::VReg>(scratch_reg)); in CodeCoverage()431 trace_call->operands.push_back(code_ir.Alloc<lir::VRegRange>(scratch_reg, 1)); in CodeCoverage()
432 dex::u4 scratch_reg = 0; in Apply() local472 scratch_reg = 0; in Apply()475 scratch_reg = bytecode->opcode == dex::OP_RETURN_VOID ? 0 : reg - 1; in Apply()483 const_str_op->operands.push_back(code_ir->Alloc<lir::VReg>(scratch_reg)); // dst in Apply()489 ? code_ir->Alloc<lir::VRegRange>(scratch_reg, reg_count + 1) in Apply()