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

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
ublock.h 40 __u32 opcode; member in struct:ublock_in_header
45 __u32 opcode; member in struct:ublock_out_header
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 36 #include "Opcode.h"
76 Opcode getOpcode(OpcodeID id)
85 OpcodeID getOpcodeID(Opcode opcode)
88 ASSERT(isOpcode(opcode));
89 return m_opcodeIDTable.get(opcode);
91 return opcode;
95 bool isOpcode(Opcode);
152 bool isCallBytecode(Opcode opcode) { return opcode == getOpcode(op_call) || opcode == getOpcode(op_construct) || opcode == getOpcode (…)
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 211 /* The opcode base. */
214 /* Remember array with the standard opcode length (-1 to account for
215 the opcode with value zero not being mentioned). */
361 unsigned int opcode; local
365 /* Read the opcode. */
366 opcode = *linep++;
368 /* Is this a special opcode? */
369 if (likely (opcode >= opcode_base))
371 /* Yes. Handling this is quite easy since the opcode value
374 opcode = (desired line increment - line_base
    [all...]
  /dalvik/vm/mterp/mips/
unflopWide.S 23 .L${opcode}_set_vreg:
29 GET_INST_OPCODE(t0) # extract opcode from rINST
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 20 jnz .L${opcode}_debugprofile # yes, take slow path
21 .L${opcode}_resume:
24 call .L${opcode}_continue # make call; will return after
32 .L${opcode}_continue:
70 # will return to caller of .L${opcode}_continue
76 .L${opcode}_debugprofile:
84 jz .L${opcode}_resume # not resolved, just move on
93 call .L${opcode}_continue # make call; will return after
OP_INVOKE_SUPER.S 28 je .L${opcode}_resolve
34 .L${opcode}_continue:
38 jae .L${opcode}_nsm # method not present in superclass
50 .L${opcode}_resolve:
60 jne .L${opcode}_continue # good to go - continue
67 .L${opcode}_nsm:
  /external/bluetooth/bluedroid/hci/include/
hci.h 56 typedef uint8_t (*tHCI_SEND_INT)(uint16_t opcode, HC_BT_HDR *p_buf, \
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 457 byte opcode = simpleInstruction.opcode;
458 if (opcode == InstructionConstants.OP_IRETURN ||
459 opcode == InstructionConstants.OP_LRETURN ||
460 opcode == InstructionConstants.OP_FRETURN ||
461 opcode == InstructionConstants.OP_DRETURN ||
462 opcode == InstructionConstants.OP_ARETURN ||
463 opcode == InstructionConstants.OP_ATHROW)
483 if (constantInstruction.opcode == InstructionConstants.OP_NEW)
523 if (variableInstruction.opcode == InstructionConstants.OP_RET
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
FillArrayDataInsn.java 45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position,
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public ThrowingCstInsn(Rop opcode, SourcePosition position,
44 super(opcode, position, null, sources, cst);
46 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position,
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 103 isPseudoOpcode(thisLIR->opcode) ||
104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) {
109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD;
149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags &
156 assert(!(EncodingMap[checkLIR->opcode].flags &
292 isPseudoOpcode(thisLIR->opcode) ||
293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) {
361 if (stopHere || !isPseudoOpcode(checkLIR->opcode)) {
391 if (!isPseudoOpcode(depLIR->opcode) &&
392 (EncodingMap[depLIR->opcode].flags & IS_LOAD))
    [all...]
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 103 isPseudoOpCode(thisLIR->opcode) ||
104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) {
109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD;
149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags &
156 assert(!(EncodingMap[checkLIR->opcode].flags &
292 isPseudoOpCode(thisLIR->opcode) ||
293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) {
361 if (stopHere || !isPseudoOpCode(checkLIR->opcode)) {
391 if (!isPseudoOpCode(depLIR->opcode) &&
392 (EncodingMap[depLIR->opcode].flags & IS_LOAD))
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
FillArrayDataInsn.java 45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position,
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
PlainCstInsn.java 33 * @param opcode {@code non-null;} the opcode
39 public PlainCstInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources, cst);
44 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
SwitchInsn.java 35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result,
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
ThrowingCstInsn.java 36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position,
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {
ThrowingInsn.java 57 * @param opcode {@code non-null;} the opcode
62 public ThrowingInsn(Rop opcode, SourcePosition position,
65 super(opcode, position, null, sources);
67 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {

Completed in 1267 milliseconds

<<11121314151617181920>>