Searched refs:current_reg (Results 1 – 1 of 1) sorted by relevance
270 dex::u4 current_reg = ir_method->code->registers - ir_method->code->ins_count; in InjectArrayParamsHook() local277 BoxValue(bytecode, code_ir, type, current_reg, boxing_reg); in InjectArrayParamsHook()279 current_reg += 1 + (type->GetCategory() == ir::Type::Category::WideScalar); in InjectArrayParamsHook()281 src_reg = current_reg; in InjectArrayParamsHook()282 current_reg++; in InjectArrayParamsHook()