Searched refs:LOCALS_DIRECTIVE (Results 1 – 9 of 9) sorted by relevance
72 return findChildByType(SmaliTokens.LOCALS_DIRECTIVE) != null; in isLocals()
15 LOCALS_DIRECTIVE(".locals")
125 LOCALS_DIRECTIVE;523 …| directive=LOCALS_DIRECTIVE regCount2=integral_literal -> ^(I_LOCALS[$LOCALS_DIRECTIVE, "I_LOCALS…
135 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType LOCALS_DIRECTIVE; field in SmaliTokens
3841 { return newToken(LOCALS_DIRECTIVE); in yylex()
247 public static final int LOCALS_DIRECTIVE=172; field in smaliParser1691 case LOCALS_DIRECTIVE: in statements_and_directives()2074 else if ( (LA8_0==LOCALS_DIRECTIVE) ) { in registers_directive()2128 …directive=(Token)match(input,LOCALS_DIRECTIVE,FOLLOW_LOCALS_DIRECTIVE_in_registers_directive1728);… in registers_directive()
278 public static final int LOCALS_DIRECTIVE=172; field in smaliTreeWalker
264 ".locals" { return newToken(LOCALS_DIRECTIVE); }
354 | LOCALS_DIRECTIVE integral_literal