HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 151 - 175 of 1019) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
CstInsn.java 32 * @param opcode {@code non-null;} the opcode
38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result,
40 super(opcode, position, result, sources);
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [all...]
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 27 int opcode; field in class:FieldAccess
32 opcode = op;
64 return isStatic(opcode);
68 return c == Opcode.GETSTATIC || c == Opcode.PUTSTATIC;
75 return opcode == Opcode.GETFIELD || opcode == Opcode.GETSTATIC;
82 return opcode == Opcode.PUTFIELD || opcode == Opcode.PUTSTATIC
226 int opcode; field in class:FieldAccess.ProceedForRead
274 int opcode; field in class:FieldAccess.ProceedForWrite
    [all...]
  /external/regex-re2/re2/
prog.h 88 // Constructors per opcode
99 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); } function in class:re2::Prog::Inst
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
103 int lo() { DCHECK_EQ(opcode(), kInstByteRange); return lo_; }
104 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; }
105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; }
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_;
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 21 bne .L${opcode}_debugmode @ yes - take slow path
22 .L${opcode}_resume:
27 bl .L${opcode}_continue @ make call; will return after
32 GET_INST_OPCODE(ip) @ extract opcode from rINST
48 .L${opcode}_continue:
62 ldr rINST, .L${opcode}_table @ table of InlineOperation
71 .L${opcode}_debugmode:
75 beq .L${opcode}_resume @ no, just move on
83 bl .L${opcode}_continue @ make call; will return after
92 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
OP_EXECUTE_INLINE_RANGE.S 19 bne .L${opcode}_debugmode @ yes - take slow path
20 .L${opcode}_resume:
25 bl .L${opcode}_continue @ make call; will return after
30 GET_INST_OPCODE(ip) @ extract opcode from rINST
40 .L${opcode}_continue:
54 ldr r9, .L${opcode}_table @ table of InlineOperation
64 .L${opcode}_debugmode:
68 beq .L${opcode}_resume @ no, just move on
77 bl .L${opcode}_continue @ make call; will return after
86 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
OP_NOP.S 3 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
stub.S 4 bl dvmMterp_${opcode} @ call
7 GET_INST_OPCODE(ip) @ ...trim down to just the opcode
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit); local
51 this, opcode, 0, null,
63 int opcode = byte0(opcodeUnit); local
67 this, opcode, 0, null,
82 int opcode = byte0(opcodeUnit); local
86 this, opcode, 0, null,
101 int opcode = byte0(opcodeUnit); local
104 this, opcode, 0, null,
118 int opcode = byte0(opcodeUnit); local
121 this, opcode, 0, null
135 int opcode = byte0(opcodeUnit); local
153 int opcode = byte0(opcodeUnit); local
171 int opcode = byte0(opcodeUnit); local
191 int opcode = byte0(opcodeUnit); local
209 int opcode = byte0(opcodeUnit); local
228 int opcode = byte0(opcodeUnit); local
247 int opcode = insn.getOpcode(); local
258 int opcode = byte0(opcodeUnit); local
278 int opcode = byte0(opcodeUnit); local
299 int opcode = byte0(opcodeUnit); local
322 int opcode = byte0(opcodeUnit); local
344 int opcode = byte0(opcodeUnit); local
365 int opcode = byte0(opcodeUnit); local
387 int opcode = byte0(opcodeUnit); local
409 int opcode = byte0(opcodeUnit); local
427 int opcode = byte0(opcodeUnit); local
445 int opcode = byte0(opcodeUnit); local
467 int opcode = byte0(opcodeUnit); local
500 int opcode = byte0(opcodeUnit); local
588 int opcode = byte0(opcodeUnit); local
771 int opcode = byte0(opcodeUnit); local
836 int opcode = byte0(opcodeUnit); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit); local
51 this, opcode, 0, null,
63 int opcode = byte0(opcodeUnit); local
67 this, opcode, 0, null,
82 int opcode = byte0(opcodeUnit); local
86 this, opcode, 0, null,
101 int opcode = byte0(opcodeUnit); local
104 this, opcode, 0, null,
118 int opcode = byte0(opcodeUnit); local
121 this, opcode, 0, null
135 int opcode = byte0(opcodeUnit); local
153 int opcode = byte0(opcodeUnit); local
171 int opcode = byte0(opcodeUnit); local
191 int opcode = byte0(opcodeUnit); local
209 int opcode = byte0(opcodeUnit); local
228 int opcode = byte0(opcodeUnit); local
247 int opcode = insn.getOpcode(); local
258 int opcode = byte0(opcodeUnit); local
278 int opcode = byte0(opcodeUnit); local
299 int opcode = byte0(opcodeUnit); local
322 int opcode = byte0(opcodeUnit); local
344 int opcode = byte0(opcodeUnit); local
365 int opcode = byte0(opcodeUnit); local
387 int opcode = byte0(opcodeUnit); local
409 int opcode = byte0(opcodeUnit); local
427 int opcode = byte0(opcodeUnit); local
445 int opcode = byte0(opcodeUnit); local
467 int opcode = byte0(opcodeUnit); local
500 int opcode = byte0(opcodeUnit); local
588 int opcode = byte0(opcodeUnit); local
904 int opcode = byte0(opcodeUnit); local
969 int opcode = byte0(opcodeUnit); local
    [all...]
  /dalvik/vm/compiler/codegen/mips/FP/
MipsFP.cpp 79 switch (mir->dalvikInsn.opcode) {
112 TemplateOpcode opcode;
118 switch (mir->dalvikInsn.opcode) {
121 opcode = TEMPLATE_ADD_FLOAT_VFP;
125 opcode = TEMPLATE_SUB_FLOAT_VFP;
129 opcode = TEMPLATE_DIV_FLOAT_VFP;
133 opcode = TEMPLATE_MUL_FLOAT_VFP;
148 genDispatchToHandler(cUnit, opcode);
165 switch (mir->dalvikInsn.opcode) {
203 TemplateOpcode opcode;
248 Opcode opcode = mir->dalvikInsn.opcode; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
DexTranslationAdvice.java 57 public boolean hasConstantOperation(Rop opcode,
70 switch (opcode.getOpcode()) {
91 public boolean requiresSourcesInOrder(Rop opcode,
94 return !disableSourcesInOrder && opcode.isCallLike()
  /dalvik/dx/src/com/android/dx/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 17 blt .L${opcode}_disable_profiling
22 .L${opcode}_disable_profiling:
  /dalvik/vm/compiler/template/mips/
TEMPLATE_CMP_LONG.S 21 bnez v0, .L${opcode}_finish
26 .L${opcode}_finish:
TEMPLATE_PERIODIC_PROFILING.S 20 bltz a3, .L${opcode}_disable_profiling
24 .L${opcode}_disable_profiling:
funop.S 21 .L${opcode}_set_vreg:
27 .L${opcode}_set_vreg_f:
funopNarrower.S 9 * long-to-float opcode.
24 .L${opcode}_set_vreg:
30 .L${opcode}_set_vreg_f:
funopWider.S 19 .L${opcode}_set_vreg:
26 .L${opcode}_set_vreg:
  /dalvik/vm/mterp/mips/
stub.S 5 JAL(dvmMterp_${opcode}) # call
9 GET_INST_OPCODE(t0) # ...trim down to just the opcode
  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 18 je .L${opcode}_okay # null obj, cast always succeeds
22 je .L${opcode}_resolve # no, go do it now
23 .L${opcode}_resolved:
25 jne .L${opcode}_fullcheck # no, do full check
26 .L${opcode}_okay:
37 .L${opcode}_fullcheck:
45 jne .L${opcode}_okay # no, success
62 .L${opcode}_resolve:
77 jmp .L${opcode}_resolved # pick up where we left off
OP_MONITOR_EXIT.S 16 je .L${opcode}_errNullObject # go if so
27 .L${opcode}_errNullObject:
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position,
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) {
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);

Completed in 1281 milliseconds

1 2 3 4 5 67 8 91011>>