• Home
  • Raw
  • Download

Lines Matching refs:opcode

83   boxing_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE;  in BoxValue()
89 move_result->opcode = dex::OP_MOVE_RESULT_OBJECT; in BoxValue()
157 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in Apply()
190 move->opcode = dex::OP_MOVE_OBJECT_16; in GenerateShiftParamsCode()
196 move->opcode = dex::OP_MOVE_16; in GenerateShiftParamsCode()
202 move->opcode = dex::OP_MOVE_WIDE_16; in GenerateShiftParamsCode()
246 const_size_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()
255 allocate_array_op->opcode = dex::OP_NEW_ARRAY; in InjectArrayParamsHook()
283 const_str_op->opcode = dex::OP_CONST_STRING; in InjectArrayParamsHook()
300 index_const_op->opcode = dex::OP_CONST; in InjectArrayParamsHook()
306 aput_op->opcode = dex::OP_APUT_OBJECT; in InjectArrayParamsHook()
330 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in InjectArrayParamsHook()
340 cleanup->opcode = dex::OP_CONST; in InjectArrayParamsHook()
396 switch (bytecode->opcode) { in Apply()
437 if (reg == 0 && bytecode->opcode != dex::OP_RETURN_VOID) { in Apply()
439 switch (bytecode->opcode) { in Apply()
441 move_op->opcode = dex::OP_MOVE_OBJECT_16; in Apply()
446 move_op->opcode = dex::OP_MOVE_16; in Apply()
451 move_op->opcode = dex::OP_MOVE_WIDE_16; in Apply()
456 SLICER_FATAL("Unexpected opcode %d", bytecode->opcode); in Apply()
463 scratch_reg = bytecode->opcode == dex::OP_RETURN_VOID ? 0 : reg - 1; in Apply()
470 const_str_op->opcode = dex::OP_CONST_STRING; in Apply()
480 hook_invoke->opcode = dex::OP_INVOKE_STATIC_RANGE; in Apply()
494 move_result->opcode = move_result_opcode; in Apply()
500 check_cast->opcode = dex::OP_CHECK_CAST; in Apply()
524 dex::Opcode new_call_opcode = GetNewOpcode(bytecode->opcode); in Apply()
559 bytecode->opcode = new_call_opcode; in Apply()
566 dex::Opcode DetourVirtualInvoke::GetNewOpcode(dex::Opcode opcode) { in GetNewOpcode() argument
567 switch (opcode) { in GetNewOpcode()
578 dex::Opcode DetourInterfaceInvoke::GetNewOpcode(dex::Opcode opcode) { in GetNewOpcode() argument
579 switch (opcode) { in GetNewOpcode()