| /dalvik/vm/mterp/mips/ |
| OP_CONST_STRING.S | 12 bnez v0, .L${opcode}_resolve 25 .L${opcode}_resolve: 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| OP_CONST_STRING_JUMBO.S | 14 bnez v0, .L${opcode}_resolve 28 .L${opcode}_resolve: 30 GET_INST_OPCODE(t1) # extract opcode from rINST
|
| /external/bluetooth/bluedroid/stack/avrc/ |
| avrc_utils.c | 192 ** Description This function returns the opcode of the given pdu 199 UINT8 opcode = 0; local 205 opcode = AVRC_OP_PASS_THRU; 209 opcode = AVRC_OP_VENDOR; 213 return opcode; 220 ** Description This function returns the opcode of the given pdu 225 BOOLEAN avrc_is_valid_opcode(UINT8 opcode) 228 switch (opcode)
|
| /external/javassist/src/main/javassist/bytecode/ |
| CodeAttribute.java | 35 public class CodeAttribute extends AttributeInfo implements Opcode { 444 code[where] = (byte)Opcode.LDC_W; 487 int opcode = ci.byteAt(index); local 488 if (opcode < ILOAD) 490 else if (opcode < IASTORE) { 491 if (opcode < ILOAD_0) { 493 shiftIndex8(ci, index, opcode, lessThan, delta); 495 else if (opcode < IALOAD) { 497 shiftIndex0(ci, index, opcode, lessThan, delta, ILOAD_0, ILOAD); 499 else if (opcode < ISTORE [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| BytecodeArray.java | 120 * result is a bit set with the offset of each opcode-per-se flipped on. 172 * to the visitor are canonicalized, altering the opcode to a more 190 * to the {@code int} variant opcode, with the {@code type} 198 * variant opcode, with the {@code type} argument set to indicate 222 int opcode = bytes.getUnsignedByte(offset); local 223 int info = ByteOps.opInfo(opcode); 226 switch (opcode) { 228 visitor.visitNoArgs(opcode, offset, 1, Type.VOID); 374 int idx = opcode - ByteOps.ILOAD_0; 383 int idx = opcode - ByteOps.LLOAD_0 1090 int opcode = bytes.getUnsignedByte(offset + 1); local [all...] |
| /dalvik/vm/compiler/ |
| InlineTransformation.cpp | 66 (moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT && 67 moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT_OBJECT && 68 moveResultMIR->dalvikInsn.opcode != OP_MOVE_RESULT_WIDE)) { 72 int dfFlags = dvmCompilerDataFlowAttributes[getterInsn.opcode]; 76 ALOGE("opcode %d has DF_UA set (not expected)", getterInsn.opcode); 95 newGetterMIR->width = dexGetWidthFromOpcode(getterInsn.opcode); 112 invokeMIR->dalvikInsn.opcode = (Opcode)kMirOpCheckInlinePrediction; 159 int dfFlags = dvmCompilerDataFlowAttributes[setterInsn.opcode]; 317 Opcode opcode = lastMIRInsn->dalvikInsn.opcode; local [all...] |
| /external/openssh/ |
| ttymodes.c | 352 int opcode, baud; local 381 opcode = packet_get_char(); 382 switch (opcode) { 426 debug("Ignoring unsupported tty mode opcode %d (0x%x)", 427 opcode, opcode); 436 if (opcode > 0 && opcode < 128) { 440 } else if (opcode >= 128 && opcode < 160) [all...] |
| /bionic/libc/kernel/common/linux/ |
| ublock.h | 39 __u32 opcode; member in struct:ublock_in_header 44 __u32 opcode; member in struct:ublock_out_header
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| FixedSizeInsn.java | 38 * @param opcode the opcode; one of the constants from {@link Dops} 44 public FixedSizeInsn(Dop opcode, SourcePosition position, 46 super(opcode, position, registers);
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| FixedSizeInsn.java | 39 * @param opcode the opcode; one of the constants from {@link Dops} 45 public FixedSizeInsn(Dop opcode, SourcePosition position, 47 super(opcode, position, registers);
|
| /dalvik/dx/src/com/android/dx/io/instructions/ |
| FiveRegisterDecodedInstruction.java | 43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, 46 super(format, opcode, index, indexType, target, literal);
|
| FourRegisterDecodedInstruction.java | 40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, 43 super(format, opcode, index, indexType, target, literal);
|
| ThreeRegisterDecodedInstruction.java | 37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, 40 super(format, opcode, index, indexType, target, literal);
|
| /dalvik/vm/mterp/armv5te/ |
| OP_CONST_16.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_CONST_CLASS.S | 12 beq .L${opcode}_resolve 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 24 .L${opcode}_resolve: 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_CONST_STRING.S | 12 beq .L${opcode}_resolve 15 GET_INST_OPCODE(ip) @ extract opcode from rINST 24 .L${opcode}_resolve: 33 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_CONST_STRING_JUMBO.S | 14 beq .L${opcode}_resolve 17 GET_INST_OPCODE(ip) @ extract opcode from rINST 26 .L${opcode}_resolve: 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IGET.S | 20 bne .L${opcode}_finish @ no, already resolved 26 bne .L${opcode}_finish 35 .L${opcode}_finish: 45 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_INVOKE_DIRECT.S | 27 beq .L${opcode}_resolve @ not resolved, do it now 28 .L${opcode}_finish: 39 .L${opcode}_resolve: 45 bne .L${opcode}_finish @ no, continue
|
| OP_MOVE_16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_MOVE_FROM16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_MOVE_RESULT.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /dalvik/vm/mterp/armv6t2/ |
| OP_IGET.S | 20 bne .L${opcode}_finish @ no, already resolved 26 bne .L${opcode}_finish 35 .L${opcode}_finish: 44 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IGET_WIDE.S | 17 bne .L${opcode}_finish @ no, already resolved 23 bne .L${opcode}_finish 32 .L${opcode}_finish: 40 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT.S | 20 bne .L${opcode}_finish @ no, already resolved 26 bne .L${opcode}_finish @ yes, finish up 35 .L${opcode}_finish: 44 GET_INST_OPCODE(ip) @ extract opcode from rINST
|