Home
last modified time | relevance | path

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

/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DCodeComment.java35 public class CodeComment extends Attribute { class
37 public CodeComment() { in CodeComment() method in CodeComment
59 return new CodeComment(); in read()
H A DClassVisitorTest.java304 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
H A DClassWriterTest.java831 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
/aosp_15_r20/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
H A DCodeComment.java41 public class CodeComment extends Attribute { class
43 public CodeComment() { in CodeComment() method in CodeComment
65 return new CodeComment(); in read()
H A DMethodNodeTest.java99 classReader.accept(classNode, new Attribute[] {new Comment(), new CodeComment()}, 0); in testVisitAndAccept_withUninitializedMethodNode()
H A DClassNodeTest.java156 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DCodeComment.java41 public class CodeComment extends Attribute { class
43 public CodeComment() { in CodeComment() method in CodeComment
66 return new CodeComment(); in read()
H A DCodeSizeEvaluatorTest.java89 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
H A DInstructionAdapterTest.java279 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
/aosp_15_r20/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
H A DCodeComment.java42 public class CodeComment extends Attribute implements ASMifierSupport, TextifierSupport { class
44 public CodeComment() { in CodeComment() method in CodeComment
66 return new CodeComment(); in read()
H A DTraceClassVisitorTest.java69 classReader.accept(traceClassVisitor, new Attribute[] {new Comment(), new CodeComment()}, 0); in testVisitMethods()
H A DASMifierTest.java100 .accept(asmifier, new Attribute[] {new Comment(), new CodeComment()}, 0); in testAsmify_precompiledClass()
H A DCheckClassAdapterTest.java658 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk3/
H A DDumpArtificialStructures.java33 import org.objectweb.asm.CodeComment;
92 methodVisitor.visitAttribute(new CodeComment()); in dump()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1155 class CodeComment : public ZoneAllocated {
1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() function
1167 DISALLOW_COPY_AND_ASSIGN(CodeComment);
1170 GrowableArray<CodeComment *> comments_;
/aosp_15_r20/external/ow2-asm/asm-util/src/test/resources/
H A Djdk3.ArtificialStructures.txt21 ATTRIBUTE CodeComment : unknown