HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 276 - 300 of 430) sorted by null

<<1112131415161718

  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 29 import proguard.classfile.instruction.*;
30 import proguard.classfile.instruction.visitor.InstructionVisitor;
320 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
322 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
328 // Are we inlining this instruction?
340 // Are we not at the last instruction?
343 // Replace the return instruction by a branch instruction.
344 Instruction branchInstruction
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
ClassContext.java 385 * @param node the instruction node to get a line number for
530 * @param instruction the instruction to look up the location for
531 * @return a location pointing to the instruction, or as close to it
535 public Location getLocation(@NonNull AbstractInsnNode instruction) {
538 if (instruction instanceof MethodInsnNode) {
539 MethodInsnNode call = (MethodInsnNode) instruction;
556 int line = findLineNumber(instruction);
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/proguard/lib/
proguard.jar 
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 29 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE.S 49 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT.S 48 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_OBJECT.S 51 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE.S 46 GOTO_OPCODE(r10) @ jump to next instruction
OP_SGET_WIDE.S 28 GOTO_OPCODE(ip) @ jump to next instruction
51 * that the field is fully resolved before including this instruction.
OP_SPUT_OBJECT.S 35 GOTO_OPCODE(ip) @ jump to next instruction
54 * that the field is fully resolved before including this instruction.
OP_SPUT_WIDE.S 28 GOTO_OPCODE(r10) @ jump to next instruction
53 * that the field is fully resolved before including this instruction.
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_WIDE.S 39 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/mips/
OP_APUT_OBJECT.S 32 GOTO_OPCODE(t0) # jump to next instruction
OP_CHECK_CAST.S 29 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET_JUMBO.S 54 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET_WIDE.S 48 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET_WIDE_JUMBO.S 56 GOTO_OPCODE(t0) # jump to next instruction
OP_INSTANCE_OF.S 47 GOTO_OPCODE(t0) # jump to next instruction
OP_INSTANCE_OF_JUMBO.S 72 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_JUMBO.S 57 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_OBJECT.S 55 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_OBJECT_JUMBO.S 59 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_WIDE.S 47 GOTO_OPCODE(rBIX) # jump to next instruction
OP_IPUT_WIDE_JUMBO.S 53 GOTO_OPCODE(rBIX) # jump to next instruction

Completed in 2337 milliseconds

<<1112131415161718