Home
last modified time | relevance | path

Searched refs:start_region (Results 1 – 25 of 106) sorted by relevance

12345

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp617 start_address = start_region->end(); in alloc_archive_regions()
620 start_region->set_top(last_address + 1); in alloc_archive_regions()
623 start_region->set_top(start_address); in alloc_archive_regions()
625 start_region = _hrm->addr_to_region(start_address); in alloc_archive_regions()
703 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
707 if (start_region == prev_last_region) { in fill_archive_regions()
713 HeapRegion* curr_region = start_region; in fill_archive_regions()
796 if (start_region == prev_last_region) { in dealloc_archive_regions()
797 start_address = start_region->end(); in dealloc_archive_regions()
801 start_region = _hrm->addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp590 start_address = start_region->end(); in alloc_archive_regions()
593 start_region->set_top(last_address + 1); in alloc_archive_regions()
596 start_region->set_top(start_address); in alloc_archive_regions()
598 start_region = _hrm.addr_to_region(start_address); in alloc_archive_regions()
671 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
675 if (start_region == prev_last_region) { in fill_archive_regions()
681 HeapRegion* curr_region = start_region; in fill_archive_regions()
786 if (start_region == prev_last_region) { in dealloc_archive_regions()
787 start_address = start_region->end(); in dealloc_archive_regions()
791 start_region = _hrm.addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp599 start_address = start_region->end(); in alloc_archive_regions()
602 start_region->set_top(last_address + 1); in alloc_archive_regions()
605 start_region->set_top(start_address); in alloc_archive_regions()
607 start_region = _hrm.addr_to_region(start_address); in alloc_archive_regions()
680 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
684 if (start_region == prev_last_region) { in fill_archive_regions()
690 HeapRegion* curr_region = start_region; in fill_archive_regions()
773 if (start_region == prev_last_region) { in dealloc_archive_regions()
774 start_address = start_region->end(); in dealloc_archive_regions()
778 start_region = _hrm.addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp610 start_address = start_region->end(); in alloc_archive_regions()
613 start_region->set_top(last_address + 1); in alloc_archive_regions()
616 start_region->set_top(start_address); in alloc_archive_regions()
618 start_region = _hrm->addr_to_region(start_address); in alloc_archive_regions()
696 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
700 if (start_region == prev_last_region) { in fill_archive_regions()
706 HeapRegion* curr_region = start_region; in fill_archive_regions()
789 if (start_region == prev_last_region) { in dealloc_archive_regions()
790 start_address = start_region->end(); in dealloc_archive_regions()
794 start_region = _hrm->addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp599 start_address = start_region->end(); in alloc_archive_regions()
602 start_region->set_top(last_address + 1); in alloc_archive_regions()
605 start_region->set_top(start_address); in alloc_archive_regions()
607 start_region = _hrm->addr_to_region(start_address); in alloc_archive_regions()
683 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
687 if (start_region == prev_last_region) { in fill_archive_regions()
693 HeapRegion* curr_region = start_region; in fill_archive_regions()
776 if (start_region == prev_last_region) { in dealloc_archive_regions()
777 start_address = start_region->end(); in dealloc_archive_regions()
781 start_region = _hrm->addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp36 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
41 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp625 start_address = start_region->end(); in alloc_archive_regions()
628 start_region->set_top(last_address + 1); in alloc_archive_regions()
631 start_region->set_top(start_address); in alloc_archive_regions()
633 start_region = _hrm->addr_to_region(start_address); in alloc_archive_regions()
709 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
713 if (start_region == prev_last_region) { in fill_archive_regions()
719 HeapRegion* curr_region = start_region; in fill_archive_regions()
802 if (start_region == prev_last_region) { in dealloc_archive_regions()
803 start_address = start_region->end(); in dealloc_archive_regions()
807 start_region = _hrm->addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/constraints/
H A Dgraph.rs29 fn start_region(c: &OutlivesConstraint<'_>) -> RegionVid; in start_region() method
42 fn start_region(c: &OutlivesConstraint<'_>) -> RegionVid { in start_region() method
63 fn start_region(c: &OutlivesConstraint<'_>) -> RegionVid { in start_region() method
86 let head = &mut first_constraints[D::start_region(constraint)]; in new()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_recycling.h149 gint ags_recycling_position(AgsRecycling *start_region, AgsRecycling *end_region,
151 AgsRecycling* ags_recycling_find_next_channel(AgsRecycling *start_region, AgsRecycling *end_region,
154 gboolean ags_recycling_is_active(AgsRecycling *start_region, AgsRecycling *end_region,
H A Dags_recycling.c2610 ags_recycling_find_next_channel(AgsRecycling *start_region, AgsRecycling *end_region, in ags_recycling_find_next_channel() argument
2616 if(!AGS_IS_RECYCLING(start_region)){ in ags_recycling_find_next_channel()
2621 recycling = start_region; in ags_recycling_find_next_channel()
2674 ags_recycling_position(AgsRecycling *start_region, AgsRecycling *end_region, in ags_recycling_position() argument
2681 if(!AGS_IS_RECYCLING(start_region)){ in ags_recycling_position()
2686 current = start_region; in ags_recycling_position()
2727 ags_recycling_is_active(AgsRecycling *start_region, AgsRecycling *end_region, in ags_recycling_is_active() argument
2738 if(!AGS_IS_RECYCLING(start_region) || in ags_recycling_is_active()
2743 current = start_region; in ags_recycling_is_active()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp51 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
56 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp609 start_address = start_region->end(); in alloc_archive_regions()
612 start_region->set_top(last_address + 1); in alloc_archive_regions()
615 start_region->set_top(start_address); in alloc_archive_regions()
617 start_region = _hrm.addr_to_region(start_address); in alloc_archive_regions()
695 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
699 if (start_region == prev_last_region) { in fill_archive_regions()
705 HeapRegion* curr_region = start_region; in fill_archive_regions()
788 if (start_region == prev_last_region) { in dealloc_archive_regions()
789 start_address = start_region->end(); in dealloc_archive_regions()
793 start_region = _hrm.addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMarkBitMap.cpp51 void G1CMBitMapMappingChangedListener::on_commit(uint start_region, size_t num_regions, bool zero_f… in on_commit() argument
56 …MemRegion mr(G1CollectedHeap::heap()->bottom_addr_for_region(start_region), num_regions * HeapRegi… in on_commit()
H A Dg1CollectedHeap.cpp609 start_address = start_region->end(); in alloc_archive_regions()
612 start_region->set_top(last_address + 1); in alloc_archive_regions()
615 start_region->set_top(start_address); in alloc_archive_regions()
617 start_region = _hrm.addr_to_region(start_address); in alloc_archive_regions()
695 HeapWord* bottom_address = start_region->bottom(); in fill_archive_regions()
699 if (start_region == prev_last_region) { in fill_archive_regions()
705 HeapRegion* curr_region = start_region; in fill_archive_regions()
788 if (start_region == prev_last_region) { in dealloc_archive_regions()
789 start_address = start_region->end(); in dealloc_archive_regions()
793 start_region = _hrm.addr_to_region(start_address); in dealloc_archive_regions()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dplaymidi.cpp242 bool Renderer::start_region(int chan, int note, int vel, Sample *sp, float f) in start_region() function in Timidity::Renderer
402 start_region(chan, note, vel, ip->sample, f); in start_note()
415 start_region(chan, note, vel, sp, f); in start_note()
436 start_region(chan, note, vel, closest, f); in start_note()
446 if (!start_region(chan, note, vel, sp, f)) in start_note()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dplaymidi.cpp265 bool Renderer::start_region(int chan, int note, int vel, Sample *sp, float f) in start_region() function in Timidity::Renderer
425 start_region(chan, note, vel, ip->sample, f); in start_note()
438 start_region(chan, note, vel, sp, f); in start_note()
459 start_region(chan, note, vel, closest, f); in start_note()
469 if (!start_region(chan, note, vel, sp, f)) in start_note()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/utility/
H A Dscreenshot_controller.cc402 gfx::Rect start_region = region(); in StartDrag() local
404 if (start_region.IsEmpty()) { in StartDrag()
405 start_region = gfx::Rect(event.root_location(), gfx::Size()); in StartDrag()
408 start_hit_ = GetHTComponentForRect(event.root_location(), start_region, in StartDrag()
420 start_region_ = start_region; in StartDrag()
/dports/graphics/vcg/vcg.1.30/src/
H A Dstep2.c846 { int j,k; int original_sit; int start_region; GNODE h; ; original_sit = 1; /*;{ local
847 ;;*/ start_region = -1; for (j=0; j<siz-1; j++) { if ( (( gs_ide577 [j] )->bary) /*;
849 ;*/ ) { if (start_region == -1) start_region = j; } else if (start_region != -1) { /*;l_sit = 1;
850 -1;;*/ h = gs_ide577 [j]; for (k=j; k>start_region; k--) gs_ide577 [k] = gs_ide577 [k-1]; /*;y) /+;…
851 n = j; ;*/ gs_ide577 [start_region] = h; start_region = -1; original_sit = 0; } /*;ion; k--)
852 -1];;*/ } if (start_region != -1) { h = gs_ide577 [j]; for (k=j; k>start_region; /*;egion = -1;
853 0;;*/ k--) gs_ide577 [k] = gs_ide577 [k-1]; gs_ide577 [start_region] = h; /*;}
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dassistant-hierarchy.c482 gchar *start_region = NULL; in update_language_region_combos() local
524 start_region = g_strdup (parts[0]); in update_language_region_combos()
540 g_free (start_region); in update_language_region_combos()
541 start_region = g_strdup (lang_name); in update_language_region_combos()
571 if (g_strcmp0 (language_test, start_region) == 0) in update_language_region_combos()
589 g_free (start_region); in update_language_region_combos()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Dtimidity.h216 bool start_region(int chan, int note, int vel, Sample *sp, float freq);

12345