Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/
H A DsmaliParser.java1772 …protected Stack<statements_and_directives_scope> statements_and_directives_stack = new Stack<state… field in smaliParser
1784 statements_and_directives_stack.push(new statements_and_directives_scope()); in statements_and_directives()
1809 statements_and_directives_stack.peek().hasRegistersDirective = false; in statements_and_directives()
1810 statements_and_directives_stack.peek().methodAnnotations = new ArrayList<CommonTree>(); in statements_and_directives()
1969statements_and_directives_stack.peek().methodAnnotations.add((annotation41!=null?((CommonTree)anno… in statements_and_directives()
2042 …r.addChild(root_0, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", statements_and_directives_stack.peek(… in statements_and_directives()
2063 statements_and_directives_stack.pop(); in statements_and_directives()
2366 if (statements_and_directives_stack.peek().hasRegistersDirective) { in registers_directive()
2369 statements_and_directives_stack.peek().hasRegistersDirective =true; in registers_directive()
9024 statements_and_directives_stack.peek().methodAnnotations.addAll(annotations); in parameter_directive()