Searched refs:INSTRUCTION_FORMAT31c (Results 1 – 9 of 9) sorted by relevance
116 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType INSTRUCTION_FORMAT31c; field in SmaliTokens339 INSTRUCTION_FORMAT31c,
108 INSTRUCTION_FORMAT31c;1029 INSTRUCTION_FORMAT31c REGISTER COMMA STRING_LITERAL1030 …->^(I_STATEMENT_FORMAT31c[$start, "I_STATEMENT_FORMAT31c"] INSTRUCTION_FORMAT31c REGISTER STRING_L…
1081 ^(I_STATEMENT_FORMAT31c INSTRUCTION_FORMAT31c REGISTER string_literal)1083 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT31c.text);
209 INSTRUCTION_FORMAT31c("const-string/jumbo")
3964 { return newToken(INSTRUCTION_FORMAT31c); in yylex()
181 public static final int INSTRUCTION_FORMAT31c=74; field in smaliTreeWalker5788 …INSTRUCTION_FORMAT31c164=(CommonTree)match(input,INSTRUCTION_FORMAT31c,FOLLOW_INSTRUCTION_FORMAT31… in insn_format31c()
151 public static final int INSTRUCTION_FORMAT31c=74; field in smaliParser1679 case INSTRUCTION_FORMAT31c: in statements_and_directives()1955 case INSTRUCTION_FORMAT31c: in ordered_method_item()9487 case INSTRUCTION_FORMAT31c: in instruction()13142 …INSTRUCTION_FORMAT31c419=(Token)match(input,INSTRUCTION_FORMAT31c,FOLLOW_INSTRUCTION_FORMAT31c_in_… in insn_format31c()
567 return newToken(INSTRUCTION_FORMAT31c);
1240 INSTRUCTION_FORMAT31c register comma string_literal;