Home
last modified time | relevance | path

Searched refs:statements_and_directives (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-smali/smali/src/main/antlr/
H A DsmaliParser.g507 … METHOD_DIRECTIVE access_or_restriction_list member_name method_prototype statements_and_directives
509 …rt, "I_METHOD"] member_name method_prototype access_or_restriction_list statements_and_directives);
511 statements_and_directives
518 $statements_and_directives::hasRegistersDirective = false;
519 $statements_and_directives::methodAnnotations = new ArrayList<CommonTree>();
526 | annotation {$statements_and_directives::methodAnnotations.add($annotation.tree);}
532 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};
546 if ($statements_and_directives::hasRegistersDirective) {
549 $statements_and_directives::hasRegistersDirective=true;
780 add them to the $statements_and_directives::methodAnnotations list*/
[all …]
/aosp_15_r20/external/google-smali/third_party/smali/src/main/antlr/
H A DsmaliParser.g507 … METHOD_DIRECTIVE access_or_restriction_list member_name method_prototype statements_and_directives
509 …rt, "I_METHOD"] member_name method_prototype access_or_restriction_list statements_and_directives);
511 statements_and_directives
518 $statements_and_directives::hasRegistersDirective = false;
519 $statements_and_directives::methodAnnotations = new ArrayList<CommonTree>();
526 | annotation {$statements_and_directives::methodAnnotations.add($annotation.tree);}
532 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};
546 if ($statements_and_directives::hasRegistersDirective) {
549 $statements_and_directives::hasRegistersDirective=true;
780 add them to the $statements_and_directives::methodAnnotations list*/
[all …]
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/
H A DsmaliParser.java1711 statements_and_directives34=statements_and_directives(); in method()
1783 …public final smaliParser.statements_and_directives_return statements_and_directives() throws Recog… in statements_and_directives() method in smaliParser