Searched refs:aput_op (Results 1 – 1 of 1) sorted by relevance
314 auto aput_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local315 aput_op->opcode = dex::OP_APUT_OBJECT; in InjectArrayParamsHook()316 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()317 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_reg)); in InjectArrayParamsHook()318 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()319 code_ir->instructions.InsertBefore(bytecode, aput_op); in InjectArrayParamsHook()