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

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/optimize/peephole/
PeepholeOptimizer.java 27 import proguard.classfile.instruction.visitor.InstructionVisitor;
32 * instruction visitor. The instruction visitor should be using the same
50 * @param instructionVisitor the instruction visitor that performs
67 * @param instructionVisitor the instruction visitor that performs
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
AsmVisitor.java 167 AbstractInsnNode instruction = nodes.get(i); local
168 int type = instruction.getType();
170 MethodInsnNode call = (MethodInsnNode) instruction;
193 scanner.checkInstruction(context, classNode, method, instruction);
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 1287 uint16_t instruction = *instructionPtr; local
1368 SH4Word instruction = *instructionPtr; local
1406 uint16_t instruction = *instructionPtr; local
1440 uint16_t instruction = *instructionPtr; local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 212 uint8_t instruction
904 uint8_t instruction=0; local
912 /* Get the instruction bits from the Message Header */
913 instruction = (uint8_t) GET_BITS8( message->msg_header,
934 else if( ((uint8_t) ANY_OK != instruction)
995 uint8_t instruction = 0 local
1069 uint8_t instruction=0; local
1187 uint8_t instruction=0; local
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 35 static void handle_debug_loopback (BT_HDR *p_buf, UINT8 pipe, UINT8 type, UINT8 instruction);
318 tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 msg_len, UINT8 *p_msg)
329 pipe_id, nfa_hciu_get_type_inst_names (pipe_id, type, instruction), msg_len);
332 pipe_id, type, instruction, msg_len);
335 if (instruction == NFA_HCI_ANY_GET_PARAMETER)
366 *p_data++ = (type << 6) | instruction;
385 handle_debug_loopback (p_buf, pipe_id, type, instruction);
400 nfa_hci_cb.cmd_sent = instruction;
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET.S 47 GOTO_OPCODE(ip) @ jump to next instruction
OP_MUL_LONG.S 41 GOTO_OPCODE(ip) @ jump to next instruction
OP_SGET.S 25 GOTO_OPCODE(ip) @ jump to next instruction
46 * that the field is fully resolved before including this instruction.
OP_SHL_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT.S 26 GOTO_OPCODE(ip) @ jump to next instruction
47 * that the field is fully resolved before including this instruction.
OP_USHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/mips/
OP_CMP_LONG.S 39 GOTO_OPCODE(t0) # jump to next instruction
OP_IGET.S 48 GOTO_OPCODE(t0) # jump to next instruction

Completed in 667 milliseconds

1 2 3 4 5 6 7 891011>>