Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc314 auto aput_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
315 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()