Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 25 of 57) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DInstruction.java49 Opcode getOpcode(); in getOpcode() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DUnresolvedOdexInstruction.java52 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderInstruction.java52 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction.java135 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h42 unsigned getOpcode() const { in getOpcode() function
51 static unsigned getOpcode(const Value *V) { in getOpcode() function
DInstruction.h82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
DAbstractInsnNode.java164 public int getOpcode() { in getOpcode() method in AbstractInsnNode
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java124 @Nonnull public Opcode getOpcode() { in getOpcode() method in SmalideaInstruction
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java72 @NotNull public Opcode getOpcode() { in getOpcode() method in SmaliInstruction
/external/llvm/include/llvm/IR/
DOperator.h48 unsigned getOpcode() const { in getOpcode() function
56 static unsigned getOpcode(const Value *V) { in getOpcode() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java103 @Override public Opcode getOpcode() { in getOpcode() method in InstructionRewriter.BaseRewrittenReferenceInstruction
/external/annotation-tools/asmx/core/org/objectweb/asm/
DType.class<Unknown> package org.objectweb.asm public org.objectweb.asm.Type extends java ...
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h137 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h268 Opcode getOpcode() const { return Op; } in getOpcode() function
400 Opcode getOpcode() const { return Op; } in getOpcode() function
DMCInstrDesc.h160 unsigned getOpcode() const { in getOpcode() function
/external/llvm/include/llvm/MC/
DMCExpr.h370 Opcode getOpcode() const { return Op; } in getOpcode() function
506 Opcode getOpcode() const { return Op; } in getOpcode() function
DMCInstrDesc.h178 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/external/annotation-tools/asmx/src/org/objectweb/asm/
DType.java823 public int getOpcode(final int opcode) { in getOpcode() method in Type
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
/external/llvm/include/llvm/TableGen/
DRecord.h785 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
838 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
895 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h276 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h938 UnaryOp getOpcode() const { return Opc; } in getOpcode() function
986 BinaryOp getOpcode() const { return Opc; } in getOpcode() function
1041 TernaryOp getOpcode() const { return Opc; } in getOpcode() function
/external/llvm/utils/TableGen/
DDAGISelMatcher.h442 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h454 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function

123