Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc291 auto aput_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
292 aput_op->opcode = dex::OP_APUT_OBJECT; in InjectArrayParamsHook()
293 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(src_reg)); in InjectArrayParamsHook()
294 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_reg)); in InjectArrayParamsHook()
295 aput_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()
296 code_ir->instructions.InsertBefore(bytecode, aput_op); in InjectArrayParamsHook()