Searched refs:first_reg (Results 1 – 2 of 2) sorted by relevance
116 void Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count);
358 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() argument363 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()