Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc291 auto const_str_op = code_ir->Alloc<lir::Bytecode>(); in InjectArrayParamsHook() local
292 const_str_op->opcode = dex::OP_CONST_STRING; in InjectArrayParamsHook()
293 const_str_op->operands.push_back(code_ir->Alloc<lir::VReg>(value_reg)); // dst in InjectArrayParamsHook()
295 const_str_op->operands.push_back( in InjectArrayParamsHook()
297 code_ir->instructions.InsertBefore(bytecode, const_str_op); in InjectArrayParamsHook()
481 auto const_str_op = code_ir->Alloc<lir::Bytecode>(); in Apply() local
482 const_str_op->opcode = dex::OP_CONST_STRING; in Apply()
483 const_str_op->operands.push_back(code_ir->Alloc<lir::VReg>(scratch_reg)); // dst in Apply()
484const_str_op->operands.push_back(code_ir->Alloc<lir::String>(method_label, method_label->orig_inde… in Apply()
485 code_ir->instructions.InsertBefore(bytecode, const_str_op); in Apply()