HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 201 - 225 of 448) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/arm-vfp/
fbinop.S 3 * specifies an instruction that performs "s2 = s0 op s1". Because we
4 * use the "softfp" ABI, this must be an instruction, not a function call.
23 GOTO_OPCODE(ip) @ jump to next instruction
fbinopWide.S 3 * Provide an "instr" line that specifies an instruction that performs
23 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv5te/
OP_CONST_WIDE.S 14 GOTO_OPCODE(ip) @ jump to next instruction
OP_FILL_ARRAY_DATA.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO.S 22 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO_32.S 29 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_MONITOR_EXIT.S 8 * if they happened at the following instruction. See the Dalvik
9 * instruction spec.
23 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE.S 13 GOTO_OPCODE(ip) @ jump to next instruction
binop.S 4 * specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
34 GOTO_OPCODE(ip) @ jump to next instruction
binop2addr.S 4 * that specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
32 GOTO_OPCODE(ip) @ jump to next instruction
binopLit8.S 4 * that specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
31 GOTO_OPCODE(ip) @ jump to next instruction
unopNarrower.S 4 * that specifies an instruction that performs "result = op r0/r1", where
9 * (This would work for long-to-int, but that instruction is actually
23 GOTO_OPCODE(ip) @ jump to next instruction
unopWide.S 4 * specifies an instruction that performs "result = op r0/r1".
5 * This could be an ARM instruction or a function call.
21 GOTO_OPCODE(ip) @ jump to next instruction
unopWider.S 4 * that specifies an instruction that performs "result = op r0", where
20 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
binop2addr.S 4 * that specifies an instruction that performs "result = r0 op r1".
5 * This could be an ARM instruction or a function call. (If the result
31 GOTO_OPCODE(ip) @ jump to next instruction
unopWide.S 4 * specifies an instruction that performs "result = op r0/r1".
5 * This could be an ARM instruction or a function call.
20 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86-atom/
OP_MONITOR_EXIT.S 23 * Description: Release a monitor for the indicated object. If this instruction needs
25 * advanced pased the instruction.
46 FINISH_JMP %edx # jump to next instruction
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 26 import proguard.classfile.instruction.*;
27 import proguard.classfile.instruction.visitor.InstructionVisitor;
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 21 package proguard.classfile.instruction;
25 import proguard.classfile.instruction.visitor.InstructionVisitor;
28 * This interface describes an instruction that branches to a given offset in
33 public class BranchInstruction extends Instruction
52 * Copies the given instruction into this instruction.
53 * @param branchInstruction the instruction to be copied.
54 * @return this instruction.
65 // Implementations for Instruction.
80 public Instruction shrink(
    [all...]
LookUpSwitchInstruction.java 21 package proguard.classfile.instruction;
25 import proguard.classfile.instruction.visitor.InstructionVisitor;
28 * This Instruction represents a simple instruction without variable arguments
60 * Copies the given instruction into this instruction.
61 * @param lookUpSwitchInstruction the instruction to be copied.
62 * @return this instruction.
75 // Implementations for Instruction.
77 public Instruction shrink(
    [all...]
TableSwitchInstruction.java 21 package proguard.classfile.instruction;
25 import proguard.classfile.instruction.visitor.InstructionVisitor;
28 * This Instruction represents a simple instruction without variable arguments
63 * Copies the given instruction into this instruction.
64 * @param tableSwitchInstruction the instruction to be copied.
65 * @return this instruction.
79 // Implementations for Instruction.
81 public Instruction shrink(
    [all...]
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 28 import proguard.classfile.instruction.*;
29 import proguard.classfile.instruction.visitor.InstructionVisitor;
87 private final Instruction[] CONSTANT_CLASS_FOR_NAME_INSTRUCTIONS = new Instruction[]
94 private final Instruction[] CLASS_FOR_NAME_CAST_INSTRUCTIONS = new Instruction[]
118 private final Instruction[] DOT_CLASS_JAVAC_INSTRUCTIONS = new Instruction[]
141 private final Instruction[] DOT_CLASS_JIKES_INSTRUCTIONS = new Instruction[]
    [all...]

Completed in 432 milliseconds

1 2 3 4 5 6 7 891011>>