Searched refs:computeMaxs (Results 1 – 2 of 2) sorted by relevance
420 private final boolean computeMaxs; field in ClassWriter542 this.computeMaxs = (flags & COMPUTE_MAXS) != 0; in ClassWriter()690 computeMaxs, in visitMethod()
418 final boolean computeMaxs, in MethodWriter() argument442 this.compute = computeFrames ? FRAMES : (computeMaxs ? MAXS : NOTHING); in MethodWriter()443 if (computeMaxs || computeFrames) { in MethodWriter()