Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc245 auto const_size_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
246 const_size_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()
247 const_size_op->operands.push_back(code_ir->Alloc<lir::VReg>(array_size_reg)); in InjectArrayParamsHook()
248 const_size_op->operands.push_back(code_ir->Alloc<lir::Const32>( in InjectArrayParamsHook()
250 code_ir->instructions.InsertBefore(bytecode, const_size_op); in InjectArrayParamsHook()