Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc222 dex::u2 regs_count = 2 + needsBoxingReg; in InjectArrayParamsHook() local
226 bool needsExtraRegs = non_param_regs < regs_count; in InjectArrayParamsHook()
230 code_ir->ir_method->code->registers += regs_count - non_param_regs; in InjectArrayParamsHook()
320 for (dex::u2 i = 0; i < regs_count; ++i) { in InjectArrayParamsHook()
330 GenerateShiftParamsCode(code_ir, bytecode, regs_count - non_param_regs); in InjectArrayParamsHook()