Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc299 auto index_const_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
300 index_const_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()
301 index_const_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_index_reg)); in InjectArrayParamsHook()
302 index_const_op->operands.push_back(code_ir->Alloc<lir::Const32>(i++)); in InjectArrayParamsHook()
303 code_ir->instructions.InsertBefore(bytecode, index_const_op); in InjectArrayParamsHook()