Searched defs:used (Results 51 - 72 of 72) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp34 // ThreadLocalAllocBuffer: a descriptor for thread-local storage used by
38 // used to make it avaiable for such multiplexing.
115 size_t used() const { return pointer_delta(top(), start()); } function in class:ThreadLocalAllocBuffer
H A Dallocation.cpp173 // NB: not using Mutex because pools are used before Threads are initialized
473 size_t Arena::used() const { function in class:Arena
682 top = hwm2; // last junk is only used up to hwm2
691 // this chunk was partially used
H A DdefNewGeneration.cpp218 // Otherwise, no care is taken for used areas in the survivor spaces
256 // is being used and that affects the initialization of any
405 compute_space_boundaries(eden()->used(),
441 + from()->capacity(); // to() is only used during scavenge
445 size_t DefNewGeneration::used() const { function in class:DefNewGeneration
446 return eden()->used()
447 + from()->used(); // to() is only used during scavenge
453 + from()->free(); // to() is only used during scavenge
564 // Capture heap used befor
[all...]
H A Dgeneration.cpp78 prev_used, used(), capacity());
83 prev_used / K, used() / K, capacity() / K);
102 st->print(" total " SIZE_FORMAT "K, used " SIZE_FORMAT "K",
103 capacity()/K, used()/K);
544 size_t OneContigSpaceCardGeneration::used() const { function in class:OneContigSpaceCardGeneration
545 return _the_space->used();
641 // this code is used when you iterate over perm gen objects,
H A Dspace.hpp53 // implementations for keeping track of free and used space,
60 // - CompactibleFreeListSpace -- (used for CMS generation)
63 // - EdenSpace -- contiguous space used as nursery
67 // - TenuredSpace -- (used for TenuredGeneration)
162 // "initialize" should be called once on a space, before it is used for
173 // some unused space may be used as scratch space during GC's.
181 bool is_empty() const { return used() == 0; }
182 bool not_empty() const { return used() > 0; }
206 virtual size_t used() const = 0;
425 // the global compaction order. Also is used t
849 size_t used() const { return byte_size(bottom(), top()); } function in class:ContiguousSpace
[all...]
H A DgenCollectedHeap.cpp326 size_t GenCollectedHeap::used() const { function in class:GenCollectedHeap
329 res += _gens[i]->used();
387 // CMS these words hold state used to synchronize between certain
471 const size_t perm_prev_used = perm_gen()->used();
486 size_t gch_prev_used = used();
518 size_t prev_used = _gens[i]->used();
955 // Don't implement this by using is_in_young(). This method is used
1288 prev_used, used(), capacity());
1293 prev_used / K, used() / K, capacity() / K);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeUtility.java63 * yet a widely used charset, one might want to first charset-encode
106 * be used when necessary. The default is false. <p>
109 * be used to specify the default MIME charset to use for encoded words
114 * charset. In cases where the default MIME charset to be used for
115 * mail messages is different than the charset used for files stored on
160 * The algorithm used here is: <br>
352 * The <code>filename</code> parameter is used with the "uuencode"
357 * @param filename name for the file being encoded (only used
396 * Note that this method should be used to encode only
437 * Note that this method should be used t
910 fold(int used, String s) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c16 * contributors may be used to endorse or promote products derived
640 int used; local
646 used = 0;
648 used = (int)strlen(gdata->include);
649 gdata->include[used++] = ',';
650 gdata->include[used] = 0;
652 realloc((void*)gdata->include, used+maxlen+1);
658 next = get_token(next, ",=", gdata->include+used, maxlen);
664 int used; local
670 used
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c349 mp_size used; local
362 used = MP_USED(r);
364 for (j = used - 1; j > dN;) {
H A Dmpi.h227 #define MP_USED(MP) ((MP)->used)
239 mp_size used; /* how many digits used */ member in struct:__anon943
H A Dmpi.c51 This table is used to compute output lengths for the mp_toradix()
215 all the used digits of 'from', we'll re-use it to avoid hitting
282 Release the storage used by an mp_int, and void its fields so that
996 Compute q = a / b and r = a mod b. Input parameters may be re-used
1319 mp_size used; local
1339 used = MP_USED(&x);
1340 if (used > 1) {
1341 s_mp_rshd(&x, used / 2);
1722 frequently this wil get used anyway. For small positive constants,
1921 based on the Stein algorithm used fo
2920 mp_size used = MP_USED(mp); local
3091 unsigned int ix, used; local
3338 mp_size used; local
3354 s_mpv_mul_d(MP_DIGITS(a), used, d, MP_DIGITS(a)); local
3498 mp_size used; local
3584 mp_size used; local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp119 // low-level lock/wait/notify scheme used for the baton-passing because of
428 // duration of the cms collection) can be used. This
837 // used value as a parameter rather than computing it.
839 void ConcurrentMarkSweepGeneration::update_counters(size_t used) { argument
841 _space_counters->update_used(used);
863 level(), short_name(), s, used(), capacity());
866 level(), short_name(), s, used() / K, capacity() / K);
871 gch->used(), gch->capacity());
874 gch->used() / K, gch->capacity() / K);
958 size_t desired_capacity = (size_t)(used() / ((doubl
[all...]
H A DcompactibleFreeListSpace.cpp198 // Use the virtual method which is not used above to save the virtual
246 // the odd array elements are not used. It is convenient, however,
376 size_t CompactibleFreeListSpace::used() const { function in class:CompactibleFreeListSpace
956 "mr should be non-empty and within used space");
1082 // object whose mark word is used to chain together grey
1109 // Ignore mark word because it may have been used to
1136 // NOTE: This method is also used by jmap where, if class unloading is
1170 // Ignore mark word because it may have been used to
1991 // Mark the "end" of the used space at the time of this call;
2133 // (i.e., if 0, bail out) may be used
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp93 // The ReservedSpace ctor used below requires that the page size for the perm
214 // _max_gen_size is still used as that value.
291 size_t ParallelScavengeHeap::used() const { function in class:ParallelScavengeHeap
357 // Don't implement this by using is_in_young(). This method is used
804 // This method is used by System.gc() and JVMTI.
918 return PSHeapSummary(heap_summary, used(), old_summary, old_space, young_summary, eden_space, from_space, to_space);
980 prev_used, used(), capacity());
985 prev_used / K, used() / K, capacity() / K);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java422 * This hook is used by {@link RuntimeClassInfoImpl} to look for {@link XmlLocation}.
469 * Mark property names that are used, so that we can report unused property names in the propOrder array.
471 PropertyInfoImpl[] used = new PropertyInfoImpl[propOrder.length]; field in class:ClassInfoImpl.PropertySorter
475 * This is used to avoid repeating the same error message.
509 // mark the used field
511 if(ii<used.length) {
512 if(used[ii]!=null && used[ii]!=p) {
518 Messages.DUPLICATE_PROPERTIES.format(p.getName()),p,used[ii]));
520 used[i
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1108 // Note that this is only used in debug mode.
1195 size_t used = Universe::heap()->permanent_used(); local
1197 tty->print_cr("Permanent generation used %dK of %dK", used/K, capacity/K);
1246 // only used for debugging.
1256 // only used for debugging.
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c87 uint64_t address; /* Address of field; only used for static fields */
383 int32_t used; local
397 err = ps_pread(J->P, block + OFFSET_HeapBlockHeader_used, &used, sizeof(used));
399 if (used) {
716 /* Escape character, regular compression used */
734 /* Single byte compression used */
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c87 uint64_t address; /* Address of field; only used for static fields */
383 int32_t used; local
397 err = ps_pread(J->P, block + OFFSET_HeapBlockHeader_used, &used, sizeof(used));
399 if (used) {
716 /* Escape character, regular compression used */
734 /* Single byte compression used */
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp55 * u4 size of identifiers. Identifiers are used to represent
363 // Default stack trace ID (used for dummy HPROF_TRACE record)
410 // adjust the number of bytes written to disk (used to keep the count
597 // Support class with a collection of functions used when dumping the heap
1139 // Support class used to generate HPROF_UTF8 records from the entries in the
1163 // Support class used to generate HPROF_GC_ROOT_JNI_LOCAL records
1195 // Support class used to generate HPROF_GC_ROOT_JNI_GLOBAL records
1225 // Support class used to generate HPROF_GC_ROOT_MONITOR_USED records
1243 // Support class used to generate HPROF_GC_ROOT_STICKY_CLASS records
1284 // used t
1728 size_t used = ch->used(); local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp150 #pragma warning( disable:4355 ) // 'this' : used in base member initializer list
798 assert(_g1->used() == _g1->recalculate_used(),
799 err_msg("sanity, used: "SIZE_FORMAT" recalculate_used: "SIZE_FORMAT,
800 _g1->used(), _g1->recalculate_used()));
915 size_t cur_used_bytes = _g1->used();
1160 _cur_collection_pause_used_at_start_bytes = _g1->used();
1171 _cur_collection_pause_used_at_start_bytes, _g1->used(), _g1->capacity());
1179 size_t used = _g1->used(); local
1197 EXT_SIZE_PARAMS(used),
[all...]
H A Dg1CollectedHeap.cpp452 // regions have been retired. It is used for debugging
707 // NOTE: It would not have been correct to have used
768 // last one) is actually used when we will free up the humongous
792 assert(first_hr->used() == word_size * HeapWordSize, "invariant");
793 _summary_bytes_used += first_hr->used();
845 // A successful humongous object allocation changes the used space
1170 // corresponding to the used region. But no: if we leave a dirty card
1341 assert(used() == recalculate_used(), "Should be equal");
1574 // pre-allocated to support collections, as "used".
1575 const size_t used_after_gc = used();
2378 size_t G1CollectedHeap::used() const { function in class:G1CollectedHeap
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp664 fprintf(fp_cpp, " if (predUse->used() & currUse->used()) {\n");
677 fprintf(fp_cpp, "// start is relative to the current cycle; used for latency-based info\n");
1025 fprintf(fp_cpp, " \"used in conditional delay\",\n");
1026 fprintf(fp_cpp, " \"used in unconditional delay\",\n");
1027 fprintf(fp_cpp, " \"used in all conditional delays\",\n");
2400 "Missing $%s opcode definition in %s, used by encoding %s\n",
2926 static void define_fill_new_machnode(bool used, FILE *fp_cpp) { argument
2930 if( !used ) {
3032 // side-call to generate output that used t
3052 bool used = false; local
[all...]

Completed in 174 milliseconds

123