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

  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 362 ^(I_METHOD
411 throw new SemanticException(input, $I_METHOD, "A non-abstract/non-native method must have at least 1 instruction");
430 throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", methodType);
434 throw new SemanticException(input, $I_METHOD, "debug directives cannot be present in \%s method", methodType);
440 throw new SemanticException(input, $I_METHOD, "An abstract method cannot have any instructions");
443 throw new SemanticException(input, $I_METHOD, "A native method cannot have any instructions");
447 throw new SemanticException(input, $I_METHOD, "A .registers or .locals directive must be present for a non-abstract/non-final method");
    [all...]
smaliParser.g 185 I_METHOD;
507 -> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directives);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 85 "I_LOCAL", "I_LOCALS", "I_METHOD", "I_METHODS", "I_METHOD_PROTOTYPE",
237 public static final int I_METHOD=129;
    [all...]
smaliParser.java 55 "I_LOCAL", "I_LOCALS", "I_METHOD", "I_METHODS", "I_METHOD_PROTOTYPE",
207 public static final int I_METHOD=129;
    [all...]

Completed in 42 milliseconds