Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc233 dex::Opcode move_result_opcode = dex::OP_NOP; in StressExitHook() local
243 move_result_opcode = dex::OP_MOVE_RESULT; in StressExitHook()
249 move_result_opcode = dex::OP_MOVE_RESULT_OBJECT; in StressExitHook()
255 move_result_opcode = dex::OP_MOVE_RESULT_WIDE; in StressExitHook()
279 if (move_result_opcode != dex::OP_NOP) { in StressExitHook()
281 move_result->opcode = move_result_opcode; in StressExitHook()
/tools/dexter/slicer/
Dinstrumentation.cc307 dex::Opcode move_result_opcode = dex::OP_NOP; in Apply() local
317 move_result_opcode = dex::OP_MOVE_RESULT; in Apply()
323 move_result_opcode = dex::OP_MOVE_RESULT_OBJECT; in Apply()
329 move_result_opcode = dex::OP_MOVE_RESULT_WIDE; in Apply()
353 if (move_result_opcode != dex::OP_NOP) { in Apply()
355 move_result->opcode = move_result_opcode; in Apply()