Searched defs:full (Results 1 - 21 of 21) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTypeVariableImpl.java99 * "extends" clause. Class names are qualified if "full" is true.
101 static String typeVarToString(DocEnv env, TypeVar v, boolean full) { argument
108 s.append(TypeMaker.getTypeString(env, b, full));
H A DParameterizedTypeImpl.java127 boolean full) {
129 return TypeMaker.getTypeName(cl, full);
133 s.append(TypeMaker.getTypeName(cl, full));
136 s.append(parameterizedTypeToString(env, encl, full))
140 s.append(TypeMaker.typeArgumentsString(env, cl, full));
126 parameterizedTypeToString(DocEnv env, ClassType cl, boolean full) argument
H A DWildcardTypeImpl.java96 * included. Class names are qualified if "full" is true.
99 Type.WildcardType wildThing, boolean full) {
101 return TypeMaker.getTypeName(env.types.erasure(wildThing), full);
118 s.append(TypeMaker.getTypeString(env, b, full));
98 wildcardTypeToString(DocEnv env, Type.WildcardType wildThing, boolean full) argument
H A DExecutableMemberDocImpl.java228 private String makeSignature(boolean full) { argument
233 result.append(TypeMaker.getTypeString(env, t, full));
H A DTypeMaker.java106 public static String getTypeName(Type t, boolean full) { argument
114 s.insert(0, getTypeName(t, full));
117 return ClassDocImpl.getClassName((ClassSymbol)t.tsym, full);
126 * Class names are qualified if "full" is true.
128 static String getTypeString(DocEnv env, Type t, boolean full) { argument
136 s.insert(0, getTypeString(env, t, full));
140 parameterizedTypeToString(env, (ClassType)t, full);
143 return WildcardTypeImpl.wildcardTypeToString(env, a, full);
152 * optional bounds. Class names are qualified if "full" is true.
155 static String typeParametersString(DocEnv env, Symbol sym, boolean full) { argument
173 typeArgumentsString(DocEnv env, ClassType cl, boolean full) argument
[all...]
H A DClassDocImpl.java389 * Return the class name as a string. If "full" is true the name is
392 static String getClassName(ClassSymbol c, boolean full) { argument
393 if (full) {
407 * If "full" is true all names are qualified, otherwise they are
410 static String classToString(DocEnv env, ClassSymbol c, boolean full) { argument
413 s.append(getClassName(c, full));
417 s.append(classToString(env, encl, full))
421 s.append(TypeMaker.typeParametersString(env, c, full));
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp51 void VM_GC_Operation::notify_gc_begin(bool full) { argument
53 HS_DTRACE_PROBE1(hotspot, gc__begin, full);
57 full);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java397 void printUsage(boolean doPack, boolean full, PrintStream out) { argument
404 if (!full) {
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java51 private boolean full = false; field in class:Generator
67 " -full <true|false> True if we should build the whole LAF or false for building just states and painters.\n" +
77 boolean full = false;
86 if ("-full".equals(key)) {
87 full = Boolean.parseBoolean(value);
101 System.out.println(" full :" + full);
111 Generator.init(full, buildDir, packagePrefix, lafName, model);
120 * @param full True if we should build the whole LAF or false for building just states and painters.
132 private Generator(boolean full, Fil argument
167 init(boolean full, File buildDir, String packageNamePrefix, String lafName, SynthModel model) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp92 bool full() { function in class:CompressedWriteStream
99 if (full()) grow();
118 void write_int(jint value) { if ((juint)value < L && !full())
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HRPrinter.hpp159 void start_gc(bool full, size_t gc_num) { argument
161 if (!full) {
169 void end_gc(bool full, size_t gc_num) { argument
171 if (!full) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.hpp41 enum IterationStatus { incomplete, complete, full, would_overflow }; enumerator in enum:ParMarkBitMap::IterationStatus
95 // were processed and the closure is not full;
98 // full The closure is full; closure->source() is set to one
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp105 void do_collection(bool full,
118 // Perform a full collection of the first max_level+1 generations.
183 // Perform a full collection of the heap; intended for use in implementing
184 // "System.gc". This implies as full a collection as the CollectedHeap
197 // Perform a full collection of the first max_level+1 generations.
323 // Total number of full collections completed.
346 void update_gc_stats(int current_level, bool full) { argument
348 _gens[i]->update_gc_stats(current_level, full);
350 perm_gen()->update_gc_stats(current_level, full);
532 // Perform a full collectio
[all...]
H A DtenuredGeneration.cpp244 void TenuredGeneration::gc_prologue(bool full) { argument
252 void TenuredGeneration::gc_epilogue(bool full) { argument
256 OneContigSpaceCardGeneration::gc_epilogue(full);
260 bool TenuredGeneration::should_collect(bool full, argument
268 if (!result && full) {
272 " full");
305 void TenuredGeneration::collect(bool full, argument
310 OneContigSpaceCardGeneration::collect(full, clear_all_soft_refs,
315 bool full) {
318 if (!full
314 update_gc_stats(int current_level, bool full) argument
[all...]
H A Dgeneration.hpp191 // Promotion of the full amount is not guaranteed but
344 // during a full collection.
361 // will be full if the flag is set).
364 virtual bool should_collect(bool full, argument
367 return (full || should_allocate(word_size, is_tlab));
381 // If full is true attempt a full garbage collection of this generation.
384 virtual void collect(bool full,
400 virtual void gc_prologue(bool full) {}; argument
404 virtual void gc_epilogue(bool full) {}; argument
440 update_gc_stats(int current_level, bool full) argument
[all...]
H A DdefNewGeneration.cpp533 void DefNewGeneration::collect(bool full, argument
537 assert(full || size > 0, "otherwise we don't want to collect");
549 // If the next generation is too full to accommodate promotion
640 // for full GC's.
881 void DefNewGeneration::gc_epilogue(bool full) { argument
885 // Check if the heap is approaching full after a collection has
888 // the heap is approaching full.
890 if (full) {
894 gclog_or_tty->print("DefNewEpilogue: cause(%s), full, not safe, set_failed, set_alloc_from, clear_seen",
897 gch->set_incremental_collection_failed(); // Slight lie: a full g
1046 gc_prologue(bool full) argument
[all...]
H A Dgeneration.cpp466 void OneContigSpaceCardGeneration::collect(bool full, argument
700 void OneContigSpaceCardGeneration::gc_epilogue(bool full) { argument
H A DgenCollectedHeap.cpp355 // at the end of a stop-world full GC.
369 // may already have initiated a STW full collection "concurrently").
444 void GenCollectedHeap::do_collection(bool full, argument
478 bool complete = full && (max_level == (n_gens()-1));
489 if (full) {
504 if (_gens[i]->should_collect(full, size, is_tlab)) {
510 pre_full_gc_dump(NULL); // do any pre full gc dumps
585 _gens[i]->collect(full, do_clear_all_soft_refs, size, is_tlab);
608 update_gc_stats(i, full);
631 post_full_gc_dump(NULL); // do any post full g
1311 GenGCPrologueClosure(bool full) argument
1314 gc_prologue(bool full) argument
1337 GenGCEpilogueClosure(bool full) argument
1340 gc_epilogue(bool full) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java550 private void showVersion(boolean full) { argument
551 log.println(version(full));
557 private String version(boolean full) { argument
558 String msgKey = (full ? "javah.fullVersion" : "javah.version");
559 String versionKey = (full ? "full" : "release");
561 // versionKey=full: mm.mm.oo[-milestone]-build
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java894 private void showVersion(boolean full) { argument
895 log.println(version(full ? "full" : "release"));
903 // key=full: mm.mm.oo[-milestone]-build
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp131 // Test above combines last partial chunk with a full chunk
918 void ParNewGeneration::collect(bool full, argument
922 assert(full || size > 0, "otherwise we don't want to collect");
948 // If the next generation is too full to accommodate worst-case promotion
1053 // for full GC's.
1195 // Either to-space is full or we decided to promote
1312 // Either to-space is full or we decided to promote

Completed in 385 milliseconds