/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
H A D | CodeComment.java | 35 public class CodeComment extends Attribute { class 37 public CodeComment() { in CodeComment() method in CodeComment 59 return new CodeComment(); in read()
|
H A D | ClassVisitorTest.java | 304 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
|
H A D | ClassWriterTest.java | 831 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 D | CodeComment.java | 41 public class CodeComment extends Attribute { class 43 public CodeComment() { in CodeComment() method in CodeComment 65 return new CodeComment(); in read()
|
H A D | MethodNodeTest.java | 99 classReader.accept(classNode, new Attribute[] {new Comment(), new CodeComment()}, 0); in testVisitAndAccept_withUninitializedMethodNode()
|
H A D | ClassNodeTest.java | 156 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 D | CodeComment.java | 41 public class CodeComment extends Attribute { class 43 public CodeComment() { in CodeComment() method in CodeComment 66 return new CodeComment(); in read()
|
H A D | CodeSizeEvaluatorTest.java | 89 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
|
H A D | InstructionAdapterTest.java | 279 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 D | CodeComment.java | 42 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 D | TraceClassVisitorTest.java | 69 classReader.accept(traceClassVisitor, new Attribute[] {new Comment(), new CodeComment()}, 0); in testVisitMethods()
|
H A D | ASMifierTest.java | 100 .accept(asmifier, new Attribute[] {new Comment(), new CodeComment()}, 0); in testAsmify_precompiledClass()
|
H A D | CheckClassAdapterTest.java | 658 return new Attribute[] {new Comment(), new CodeComment()}; in attributes()
|
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk3/ |
H A D | DumpArtificialStructures.java | 33 import org.objectweb.asm.CodeComment; 92 methodVisitor.visitAttribute(new CodeComment()); in dump()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 1155 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 D | jdk3.ArtificialStructures.txt | 21 ATTRIBUTE CodeComment : unknown
|