Searched refs:new_call_opcode (Results 1 – 2 of 2) sorted by relevance
171 dex::Opcode new_call_opcode = dex::OP_NOP; in Apply() local174 new_call_opcode = dex::OP_INVOKE_STATIC; in Apply()177 new_call_opcode = dex::OP_INVOKE_STATIC_RANGE; in Apply()183 assert(new_call_opcode != dex::OP_NOP); in Apply()213 bytecode->opcode = new_call_opcode; in Apply()
73 dex::Opcode new_call_opcode = dex::OP_NOP; in StressWrapInvoke() local76 new_call_opcode = dex::OP_INVOKE_STATIC; in StressWrapInvoke()79 new_call_opcode = dex::OP_INVOKE_STATIC_RANGE; in StressWrapInvoke()85 assert(new_call_opcode != dex::OP_NOP); in StressWrapInvoke()108 new_call->opcode = new_call_opcode; in StressWrapInvoke()