Home
last modified time | relevance | path

Searched refs:instructionNode (Results 1 – 1 of 1) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java74 ASTNode instructionNode = findChildByType(SmaliTokens.INSTRUCTION_TOKENS); in getOpcode() local
76 assert instructionNode != null; in getOpcode()
79 opcode = Opcodes.getDefault().getOpcodeByName(instructionNode.getText()); in getOpcode()
81 if (instructionNode.getText().equals(".packed-switch")) { in getOpcode()
84 if (instructionNode.getText().equals(".sparse-switch")) { in getOpcode()
87 if (instructionNode.getText().equals(".array-data")) { in getOpcode()