Searched refs:aput_op (Results 1 – 1 of 1) sorted by relevance
243 auto aput_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local244 aput_op->opcode = dex::OP_APUT_OBJECT; in InjectArrayParamsHook()245 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()246 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_reg)); in InjectArrayParamsHook()247 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()248 code_ir->instructions.InsertBefore(bytecode, aput_op); in InjectArrayParamsHook()