Searched refs:I_PARAMETER (Results 1 – 5 of 5) sorted by relevance
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 193 I_PARAMETER; 742 … turns out that they are parameter annotations, we include them in the I_PARAMETER AST. Otherwise,… 750 -> ^(I_PARAMETER[$start, "I_PARAMETER"] REGISTER STRING_LITERAL? ^(I_ANNOTATIONS annotation*)) 752 -> ^(I_PARAMETER[$start, "I_PARAMETER"] REGISTER STRING_LITERAL? ^(I_ANNOTATIONS))
|
D | smaliTreeWalker.g | 565 : ^(I_PARAMETER REGISTER string_literal? annotations) 572 …throw new SemanticException(input, $I_PARAMETER, "Register \%s is larger than the maximum register… 578 … throw new SemanticException(input, $I_PARAMETER, "Register \%s is not a parameter register.", 587 …throw new SemanticException(input, $I_PARAMETER, "Register \%s is the second half of a wide parame…
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 231 public static final int I_PARAMETER=124; field in smaliTreeWalker 2879 if ( (LA23_0==I_PARAMETER) ) { in parameters() 2929 I_PARAMETER87=(CommonTree)match(input,I_PARAMETER,FOLLOW_I_PARAMETER_in_parameter1412); in parameter()
|
D | smaliParser.java | 201 public static final int I_PARAMETER=124; field in smaliParser 7948 …root_1 = (CommonTree)adaptor.becomeRoot((CommonTree)adaptor.create(I_PARAMETER, (retval.start), "I… in parameter_directive() 7999 …root_1 = (CommonTree)adaptor.becomeRoot((CommonTree)adaptor.create(I_PARAMETER, (retval.start), "I… in parameter_directive()
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 931 … turns out that they are parameter annotations, we include them in the I_PARAMETER AST. Otherwise,…
|