HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeByName (Results 1 - 6 of 6) sorted by null

  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 782 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT10t.text);
790 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT10x.text);
798 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT11n.text);
811 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT11x.text);
821 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT12x.text);
832 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT20bc.text);
845 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT20t.text);
853 Opcode opcode = opcodes.getOpcodeByName($inst.text);
866 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT21c_STRING.text);
877 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT21c_TYPE.text)
    [all...]
smaliParser.g 894 if (!allowOdex || opcodes.getOpcodeByName($INSTRUCTION_FORMAT20bc.text) == null || apiLevel >= 14) {
914 if (!allowOdex || opcodes.getOpcodeByName($INSTRUCTION_FORMAT21c_FIELD_ODEX.text) == null || apiLevel >= 14) {
974 if (!allowOdex || opcodes.getOpcodeByName($INSTRUCTION_FORMAT22c_FIELD_ODEX.text) == null || apiLevel >= 14)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcodes.java 118 public Opcode getOpcodeByName(@Nonnull String opcodeName) {
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java     [all...]
smaliParser.java     [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 79 opcode = new Opcodes(15, false).getOpcodeByName(instructionNode.getText());

Completed in 177 milliseconds