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,
203 INSTRUCTION_FORMAT31c("const-string/jumbo")
104 INSTRUCTION_FORMAT31c;1001 INSTRUCTION_FORMAT31c REGISTER COMMA STRING_LITERAL1002 …->^(I_STATEMENT_FORMAT31c[$start, "I_STATEMENT_FORMAT31c"] INSTRUCTION_FORMAT31c REGISTER STRING_L…
1011 ^(I_STATEMENT_FORMAT31c INSTRUCTION_FORMAT31c REGISTER string_literal)1013 Opcode opcode = opcodes.getOpcodeByName($INSTRUCTION_FORMAT31c.text);
4057 { return newToken(INSTRUCTION_FORMAT31c); in yylex()
176 public static final int INSTRUCTION_FORMAT31c=70; field in smaliTreeWalker5554 …INSTRUCTION_FORMAT31c151=(CommonTree)match(input,INSTRUCTION_FORMAT31c,FOLLOW_INSTRUCTION_FORMAT31… in insn_format31c()
145 public static final int INSTRUCTION_FORMAT31c=70; field in smaliParser1662 case INSTRUCTION_FORMAT31c: in statements_and_directives()1936 case INSTRUCTION_FORMAT31c: in ordered_method_item()9544 case INSTRUCTION_FORMAT31c: in instruction()12780 …INSTRUCTION_FORMAT31c393=(Token)match(input,INSTRUCTION_FORMAT31c,FOLLOW_INSTRUCTION_FORMAT31c_in_… in insn_format31c()
551 return newToken(INSTRUCTION_FORMAT31c);
1240 INSTRUCTION_FORMAT31c register comma string_literal;