Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc282 dex::u4 current_reg = ir_method->code->registers - ir_method->code->ins_count; in InjectArrayParamsHook() local
300 BoxValue(bytecode, code_ir, type, current_reg, value_reg); in InjectArrayParamsHook()
302 current_reg += 1 + (type->GetCategory() == ir::Type::Category::WideScalar); in InjectArrayParamsHook()
304 src_reg = current_reg; in InjectArrayParamsHook()
305 current_reg++; in InjectArrayParamsHook()