Searched defs:opcodeName (Results 1 – 3 of 3) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 58 public Opcode getOpcodeByName(String opcodeName) { in getOpcodeByName()
|
D | Opcode.java | 331 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode() 335 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode() 339 …Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags, short ju… in Opcode() 343 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format)… in Opcode() 347 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode() 351 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 1026 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon() 1076 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() 1099 MorphNodeToMatcher(const std::string &opcodeName, in MorphNodeToMatcher()
|