Home
last modified time | relevance | path

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

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DClassWriter.java275 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
721 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
984 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1365 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1530 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DClassWriter.java275 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
721 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
984 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1365 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1530 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DClassWriter.java275 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
721 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
984 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1365 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1530 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
973 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1354 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1515 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
H A DClassWriter.java295 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
791 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
973 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1354 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1515 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
H A DClassWriter.java295 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
791 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java73 static final int COMPUTE_NOTHING = 0; field in MethodWriter
645 if (compute != COMPUTE_NOTHING) { in MethodWriter()
973 if (compute != COMPUTE_NOTHING) { in visitVarInsn()
1354 if (compute != COMPUTE_NOTHING) { in visitIincInsn()
1515 if (compute != COMPUTE_NOTHING) { in visitLocalVariable()
H A DClassWriter.java295 this.compute = MethodWriter.COMPUTE_NOTHING; in ClassWriter()
791 compute = hasFrames ? MethodWriter.COMPUTE_INSERTED_FRAMES : MethodWriter.COMPUTE_NOTHING;