Home
last modified time | relevance | path

Searched refs:is_controlled (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DconcurrentGCBreakpoints.cpp58 bool ConcurrentGCBreakpoints::is_controlled() { in is_controlled() function in ConcurrentGCBreakpoints
70 assert(!is_controlled(), "precondition"); in run_to_idle_impl()
73 assert(is_controlled(), "precondition"); in run_to_idle_impl()
105 assert(is_controlled(), "precondition"); in run_to()
H A DconcurrentGCBreakpoints.hpp53 static bool is_controlled();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DconcurrentGCBreakpoints.cpp58 bool ConcurrentGCBreakpoints::is_controlled() { in is_controlled() function in ConcurrentGCBreakpoints
70 assert(!is_controlled(), "precondition"); in run_to_idle_impl()
73 assert(is_controlled(), "precondition"); in run_to_idle_impl()
105 assert(is_controlled(), "precondition"); in run_to()
H A DconcurrentGCBreakpoints.hpp53 static bool is_controlled();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DconcurrentGCBreakpoints.cpp58 bool ConcurrentGCBreakpoints::is_controlled() { in is_controlled() function in ConcurrentGCBreakpoints
70 assert(!is_controlled(), "precondition"); in run_to_idle_impl()
73 assert(is_controlled(), "precondition"); in run_to_idle_impl()
105 assert(is_controlled(), "precondition"); in run_to()
H A DconcurrentGCBreakpoints.hpp53 static bool is_controlled();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzBreakpoint.cpp34 assert(ConcurrentGCBreakpoints::is_controlled(), "Invalid state"); in start_gc()
42 while (ConcurrentGCBreakpoints::is_controlled() && !_start_gc) { in at_before_gc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzBreakpoint.cpp34 assert(ConcurrentGCBreakpoints::is_controlled(), "Invalid state"); in start_gc()
42 while (ConcurrentGCBreakpoints::is_controlled() && !_start_gc) { in at_before_gc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBreakpoint.cpp36 assert(ConcurrentGCBreakpoints::is_controlled(), "Invalid state"); in start_gc()
44 while (ConcurrentGCBreakpoints::is_controlled() && !_start_gc) { in at_before_gc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzBreakpoint.cpp34 assert(ConcurrentGCBreakpoints::is_controlled(), "Invalid state"); in start_gc()
42 while (ConcurrentGCBreakpoints::is_controlled() && !_start_gc) { in at_before_gc()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells3.cc601 bool is_controlled = (allow_control && !you.conf in you_teleport2() local
634 if (is_controlled) in you_teleport2()
662 is_controlled = false; in you_teleport2()
670 if (is_controlled) in you_teleport2()
680 is_controlled = false; in you_teleport2()
690 if (!is_controlled) in you_teleport2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.cpp89 ConcurrentGCBreakpoints::is_controlled()) { in doit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.cpp89 ConcurrentGCBreakpoints::is_controlled()) { in doit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1VMOperations.cpp91 ConcurrentGCBreakpoints::is_controlled()) { in doit()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsalloc.c203 iimem->is_controlled = false; in ialloc_alloc_state()
272 imem->is_controlled = false; in ialloc_add_chunk()
293 imem->is_controlled = true; in ialloc_add_chunk()
819 if (!imem->is_controlled) in i_free_object()
1193 } else if (mem->is_controlled) { in alloc_obj()
1220 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
1261 else if (!mem->is_controlled || in alloc_obj()
1327 if (!mem->is_controlled) { in ialloc_consolidate_free()
H A Dgxalloc.h345 bool is_controlled; /* if true, this allocator doesn't manage */ member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsalloc.c210 iimem->is_controlled = false; in ialloc_alloc_state()
279 imem->is_controlled = false; in ialloc_add_chunk()
300 imem->is_controlled = true; in ialloc_add_chunk()
887 if (!imem->is_controlled) in i_free_object()
1274 } else if (mem->is_controlled) { in alloc_obj()
1301 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
1342 else if (!mem->is_controlled || in alloc_obj()
1408 if (!mem->is_controlled) { in ialloc_consolidate_free()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsalloc.c210 iimem->is_controlled = false; in ialloc_alloc_state()
279 imem->is_controlled = false; in ialloc_add_chunk()
300 imem->is_controlled = true; in ialloc_add_chunk()
887 if (!imem->is_controlled) in i_free_object()
1274 } else if (mem->is_controlled) { in alloc_obj()
1301 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
1342 else if (!mem->is_controlled || in alloc_obj()
1408 if (!mem->is_controlled) { in ialloc_consolidate_free()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsalloc.c203 iimem->is_controlled = false; in ialloc_alloc_state()
272 imem->is_controlled = false; in ialloc_add_chunk()
293 imem->is_controlled = true; in ialloc_add_chunk()
819 if (!imem->is_controlled) in i_free_object()
1193 } else if (mem->is_controlled) { in alloc_obj()
1220 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
1261 else if (!mem->is_controlled || in alloc_obj()
1327 if (!mem->is_controlled) { in ialloc_consolidate_free()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Dcru_pathfinder_process.cpp251 bool is_controlled = World::get_instance()->getControlledNPCNum() == _itemNum; in nextDirFromPoint() local
252 if (npc->isInCombat() && !is_controlled) { in nextDirFromPoint()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsalloc.c196 iimem->is_controlled = false; in ialloc_alloc_state()
265 imem->is_controlled = false; in ialloc_add_chunk()
286 imem->is_controlled = true; in ialloc_add_chunk()
767 if (!imem->is_controlled) in i_free_object()
1093 bool consolidate = mem->is_controlled; in alloc_obj()
1123 else if (!mem->is_controlled || in alloc_obj()
1186 if (!mem->is_controlled) { in ialloc_consolidate_free()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsalloc.c196 iimem->is_controlled = false; in ialloc_alloc_state()
265 imem->is_controlled = false; in ialloc_add_chunk()
286 imem->is_controlled = true; in ialloc_add_chunk()
767 if (!imem->is_controlled) in i_free_object()
1093 bool consolidate = mem->is_controlled; in alloc_obj()
1123 else if (!mem->is_controlled || in alloc_obj()
1186 if (!mem->is_controlled) { in ialloc_consolidate_free()
H A Dgxalloc.h346 bool is_controlled; /* if true, this allocator doesn't manage */ member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsalloc.c779 iimem->is_controlled = false; in ialloc_alloc_state()
866 imem->is_controlled = false; in ialloc_add_clump()
887 imem->is_controlled = true; in ialloc_add_clump()
1555 if (!imem->is_controlled) in i_free_object()
1994 } else if (mem->is_controlled) { in alloc_obj()
2020 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
2060 else if (!mem->is_controlled || in alloc_obj()
2120 if (!mem->is_controlled) { in consolidate()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsalloc.c779 iimem->is_controlled = false; in ialloc_alloc_state()
866 imem->is_controlled = false; in ialloc_add_clump()
887 imem->is_controlled = true; in ialloc_add_clump()
1555 if (!imem->is_controlled) in i_free_object()
1994 } else if (mem->is_controlled) { in alloc_obj()
2020 if (!mem->is_controlled) { /* already did this if controlled */ in alloc_obj()
2060 else if (!mem->is_controlled || in alloc_obj()
2120 if (!mem->is_controlled) { in consolidate()

12