Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java27 int opcode = iter.byteAt(pos); in getJumpTarget() local
32 public static boolean isJumpInstruction(int opcode) { in isJumpInstruction()
36 public static boolean isGoto(int opcode) { in isGoto()
40 public static boolean isJsr(int opcode) { in isJsr()
44 public static boolean isReturn(int opcode) { in isReturn()
/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.cc56 EvalResult OpcodeEval<OP_ALWAYS_FALSE>(PolicyOpcode* opcode, in OpcodeEval()
74 EvalResult OpcodeEval<OP_ALWAYS_TRUE>(PolicyOpcode* opcode, in OpcodeEval()
90 PolicyOpcode* opcode = MakeBase(OP_ACTION, options, 0); in MakeOpAction() local
97 EvalResult OpcodeEval<OP_ACTION>(PolicyOpcode* opcode, in OpcodeEval()
116 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param); in MakeOpNumberMatch() local
126 PolicyOpcode* opcode = MakeBase(OP_NUMBER_MATCH, options, selected_param); in MakeOpVoidPtrMatch() local
134 EvalResult OpcodeEval<OP_NUMBER_MATCH>(PolicyOpcode* opcode, in OpcodeEval()
167 PolicyOpcode* opcode = MakeBase(OP_ULONG_MATCH_RANGE, options, in MakeOpUlongMatchRange() local
176 EvalResult OpcodeEval<OP_ULONG_MATCH_RANGE>(PolicyOpcode* opcode, in OpcodeEval()
199 PolicyOpcode* opcode = MakeBase(OP_ULONG_AND_MATCH, options, selected_param); in MakeOpUlongAndMatch() local
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c222 tgsi_get_opcode_info( uint opcode ) in tgsi_get_opcode_info()
242 tgsi_get_opcode_name( uint opcode ) in tgsi_get_opcode_name()
269 tgsi_opcode_infer_src_type( uint opcode ) in tgsi_opcode_infer_src_type()
317 tgsi_opcode_infer_dst_type( uint opcode ) in tgsi_opcode_infer_dst_type()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_info.c222 tgsi_get_opcode_info( uint opcode ) in tgsi_get_opcode_info()
242 tgsi_get_opcode_name( uint opcode ) in tgsi_get_opcode_name()
269 tgsi_opcode_infer_src_type( uint opcode ) in tgsi_opcode_infer_src_type()
317 tgsi_opcode_infer_dst_type( uint opcode ) in tgsi_opcode_infer_dst_type()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstructionWithReference.java38 protected InstructionWithReference(Opcode opcode, Item referencedItem) { in InstructionWithReference()
45 …protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType… in InstructionWithReference()
52 …protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in InstructionWithReference()
72 protected ReferenceType readReferenceType(Opcode opcode, byte[] buffer, int bufferIndex) { in readReferenceType()
76 private void lookupReferencedItem(DexFile dexFile, Opcode opcode, int itemIndex) { in lookupReferencedItem()
DInstruction.java36 public final Opcode opcode; field in Instruction
47 protected Instruction(Opcode opcode) { in Instruction()
69 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex); in makeInstruction()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DFillArrayDataPayloadDecodedInstruction.java39 int opcode, Object data, int size, int elementWidth) { in FillArrayDataPayloadDecodedInstruction()
51 int opcode, byte[] data) { in FillArrayDataPayloadDecodedInstruction()
59 int opcode, short[] data) { in FillArrayDataPayloadDecodedInstruction()
67 int opcode, int[] data) { in FillArrayDataPayloadDecodedInstruction()
75 int opcode, long[] data) { in FillArrayDataPayloadDecodedInstruction()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java53 private final int opcode; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DInstructionWithJumboReference.java42 protected InstructionWithJumboReference(Opcode opcode, Item referencedItem) { in InstructionWithJumboReference()
46 …protected InstructionWithJumboReference(Opcode opcode, Item referencedItem, ReferenceType referenc… in InstructionWithJumboReference()
50 …protected InstructionWithJumboReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferI… in InstructionWithJumboReference()
DInstruction20bc.java41 …public Instruction20bc(Opcode opcode, VerificationErrorType validationErrorType, Item referencedIt… in Instruction20bc()
60 private Instruction20bc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction20bc()
67 protected ReferenceType readReferenceType(Opcode opcode, byte[] buffer, int bufferIndex) { in readReferenceType()
96 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction10x.java39 public Instruction10x(Opcode opcode) { in Instruction10x()
43 public Instruction10x(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction10x()
60 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction5rc.java52 public Instruction5rc(Opcode opcode, int regCount, int startReg, Item referencedItem) { in Instruction5rc()
75 private Instruction5rc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction5rc()
104 private static void checkItem(Opcode opcode, Item item, int regCount) { in checkItem()
129 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction3rc.java50 public Instruction3rc(Opcode opcode, short regCount, int startReg, Item referencedItem) { in Instruction3rc()
73 private Instruction3rc(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction3rc()
110 private static void checkItem(Opcode opcode, Item item, int regCount) { in checkItem()
144 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction11x.java42 public Instruction11x(Opcode opcode, short regA) { in Instruction11x()
52 private Instruction11x(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction11x()
72 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction31c.java44 public Instruction31c(Opcode opcode, short regA, Item referencedItem) { in Instruction31c()
54 private Instruction31c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction31c()
75 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction31i.java44 public Instruction31i(Opcode opcode, short regA, int litB) { in Instruction31i()
55 private Instruction31i(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction31i()
81 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction30t.java42 public Instruction30t(Opcode opcode, int offA) { in Instruction30t()
47 private Instruction30t(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction30t()
74 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction22x.java43 public Instruction22x(Opcode opcode, short regA, int regB) { in Instruction22x()
58 private Instruction22x(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction22x()
84 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction11n.java44 public Instruction11n(Opcode opcode, byte regA, byte litB) { in Instruction11n()
60 private Instruction11n(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction11n()
85 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction51l.java44 public Instruction51l(Opcode opcode, short regA, long litB) { in Instruction51l()
55 private Instruction51l(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction51l()
81 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction32x.java43 public Instruction32x(Opcode opcode, int regA, int regB) { in Instruction32x()
55 private Instruction32x(Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction32x()
82 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
DInstruction41c.java48 public Instruction41c(Opcode opcode, int regA, Item referencedItem) { in Instruction41c()
65 private Instruction41c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { in Instruction41c()
93 …public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)… in makeInstruction()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DTargetInsn.java41 public TargetInsn(Dop opcode, SourcePosition position, in TargetInsn()
54 public DalvInsn withOpcode(Dop opcode) { in withOpcode()
75 Dop opcode = getOpcode().getOppositeTest(); in withNewTargetAndReversed() local
/external/mesa3d/src/glx/
Dglx_query.c46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString()
70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()
119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, in __glXGetStringFromServer()
164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString()
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()
/external/chromium_org/third_party/mesa/src/src/glx/
Dglx_query.c46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString()
70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()
119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, in __glXGetStringFromServer()
164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) in __glXQueryServerString()
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) in __glXGetString()

12345678910>>...22