Home
last modified time | relevance | path

Searched refs:total_live_bytes (Results 1 – 22 of 22) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 G1CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 G1CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 G1CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 G1CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1RemSetTrackingPolicy.cpp63 static void print_before_rebuild(HeapRegion* r, bool selected_for_rebuild, size_t total_live_bytes,… in print_before_rebuild() argument
74 total_live_bytes, in print_before_rebuild()
120 size_t total_live_bytes = live_bytes + between_ntams_and_top; in update_before_rebuild() local
128 if ((total_live_bytes > 0) && in update_before_rebuild()
129 G1CollectionSetChooser::region_occupancy_low_enough_for_evac(total_live_bytes) && in update_before_rebuild()
136 print_before_rebuild(r, selected_for_rebuild, total_live_bytes, live_bytes); in update_before_rebuild()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h56 double cutoff, jint total_live_bytes,
93 void io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances,
127 void io_heap_header(jlong total_live_instances, jlong total_live_bytes);
H A Dhprof_site.c346 gdata->total_live_bytes += size; in site_update_stats()
379 HPROF_ASSERT(gdata->total_live_bytes!=0); in site_write()
427 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes; in site_write()
437 gdata->total_live_bytes, in site_write()
454 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes; in site_write()
865 io_heap_header(gdata->total_live_instances, gdata->total_live_bytes); in site_heapdump()
H A Dhprof_io.c811 jint total_live_bytes, jint total_live_instances, in io_write_sites_header() argument
819 write_u4(total_live_bytes); in io_write_sites_header()
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, in io_write_heap_summary() argument
1099 write_u4((jint)total_live_bytes); in io_write_heap_summary()
1368 io_heap_header(jlong total_live_instances, jlong total_live_bytes) in io_heap_header() argument
1376 /*jlong*/(int)total_live_bytes, ctime(&t)); in io_heap_header()
H A Dhprof.h295 jint total_live_bytes; member
H A Dhprof_listener.c275 io_write_heap_summary( gdata->total_live_bytes, in listener_loop_function()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h56 double cutoff, jint total_live_bytes,
93 void io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances,
127 void io_heap_header(jlong total_live_instances, jlong total_live_bytes);
H A Dhprof_site.c346 gdata->total_live_bytes += size; in site_update_stats()
379 HPROF_ASSERT(gdata->total_live_bytes!=0); in site_write()
427 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes; in site_write()
437 gdata->total_live_bytes, in site_write()
454 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes; in site_write()
865 io_heap_header(gdata->total_live_instances, gdata->total_live_bytes); in site_heapdump()
H A Dhprof_io.c811 jint total_live_bytes, jint total_live_instances, in io_write_sites_header() argument
819 write_u4(total_live_bytes); in io_write_sites_header()
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, in io_write_heap_summary() argument
1099 write_u4((jint)total_live_bytes); in io_write_heap_summary()
1368 io_heap_header(jlong total_live_instances, jlong total_live_bytes) in io_heap_header() argument
1376 /*jlong*/(int)total_live_bytes, ctime(&t)); in io_heap_header()
H A Dhprof.h295 jint total_live_bytes; member
H A Dhprof_listener.c275 io_write_heap_summary( gdata->total_live_bytes, in listener_loop_function()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dmark-compact.cc635 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local
643 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
655 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
663 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
704 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) { in CollectEvacuationCandidates()
706 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
716 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()
722 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()
739 candidate_count, total_live_bytes / KB); in CollectEvacuationCandidates()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dmark-compact.cc730 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local
738 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
750 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
758 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
778 ((total_live_bytes + live_bytes) <= max_evacuated_bytes)) { in CollectEvacuationCandidates()
780 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
790 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()
796 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()
813 total_live_bytes / KB); in CollectEvacuationCandidates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dmark-compact.cc731 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local
739 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
751 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
759 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
779 ((total_live_bytes + live_bytes) <= max_evacuated_bytes)) { in CollectEvacuationCandidates()
781 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
791 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()
797 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()
814 total_live_bytes / KB); in CollectEvacuationCandidates()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dmark-compact.cc794 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local
802 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
814 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
822 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
842 ((total_live_bytes + live_bytes) <= max_evacuated_bytes)) { in CollectEvacuationCandidates()
844 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
854 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()
860 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()
877 total_live_bytes / KB); in CollectEvacuationCandidates()