Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h116 void Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count);
/tools/dexter/slicer/
Dinstrumentation.cc358 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() argument
363 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()