Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc254 auto const_size_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
255 const_size_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()
256 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
257 const_size_op->operands.push_back(code_ir->Alloc<lir::Const32>( in InjectArrayParamsHook()
259 code_ir->instructions.InsertBefore(bytecode, const_size_op); in InjectArrayParamsHook()