Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc88 auto move_result = code_ir->Alloc<lir::Bytecode>(); in BoxValue() local
89 move_result->opcode = dex::OP_MOVE_RESULT_OBJECT; in BoxValue()
90 move_result->operands.push_back(code_ir->Alloc<lir::VReg>(dst_reg)); in BoxValue()
91 code_ir->instructions.InsertBefore(bytecode, move_result); in BoxValue()
354 auto move_result = code_ir->Alloc<lir::Bytecode>(); in Apply() local
355 move_result->opcode = move_result_opcode; in Apply()
356 move_result->operands.push_back(bytecode->operands[0]); in Apply()
357 code_ir->instructions.InsertBefore(bytecode, move_result); in Apply()
/tools/dexter/dexter/
Dexperimental.cc280 auto move_result = code_ir.Alloc<lir::Bytecode>(); in StressExitHook() local
281 move_result->opcode = move_result_opcode; in StressExitHook()
282 move_result->operands.push_back(bytecode->operands[0]); in StressExitHook()
283 code_ir.instructions.InsertBefore(bytecode, move_result); in StressExitHook()