Home
last modified time | relevance | path

Searched refs:gcinfo (Results 1 – 25 of 134) sorted by relevance

123456

/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dobject-allocator.h45 inline void* AllocateObject(size_t size, GCInfoIndex gcinfo);
46 inline void* AllocateObject(size_t size, GCInfoIndex gcinfo,
63 GCInfoIndex gcinfo);
74 void* ObjectAllocator::AllocateObject(size_t size, GCInfoIndex gcinfo) { in AllocateObject() argument
81 allocation_size, gcinfo); in AllocateObject()
84 void* ObjectAllocator::AllocateObject(size_t size, GCInfoIndex gcinfo, in AllocateObject() argument
91 allocation_size, gcinfo); in AllocateObject()
108 size_t size, GCInfoIndex gcinfo) { in AllocateObjectOnSpace() argument
109 DCHECK_LT(0u, gcinfo); in AllocateObjectOnSpace()
114 return OutOfLineAllocate(space, size, gcinfo); in AllocateObjectOnSpace()
[all …]
H A Dobject-allocator.cc92 GCInfoIndex gcinfo) { in AllocateLargeObject() argument
97 HeapObjectHeader(HeapObjectHeader::kLargeObjectSizeInHeader, gcinfo); in AllocateLargeObject()
118 GCInfoIndex gcinfo) { in OutOfLineAllocate() argument
119 void* memory = OutOfLineAllocateImpl(space, size, gcinfo); in OutOfLineAllocate()
136 size_t size, GCInfoIndex gcinfo) { in OutOfLineAllocateImpl() argument
147 size, gcinfo); in OutOfLineAllocateImpl()
151 if (void* result = AllocateFromFreeList(space, size, gcinfo)) { in OutOfLineAllocateImpl()
169 if (void* result = AllocateFromFreeList(space, size, gcinfo)) { in OutOfLineAllocateImpl()
188 void* result = AllocateObjectOnSpace(space, size, gcinfo); in OutOfLineAllocateImpl()
195 GCInfoIndex gcinfo) { in AllocateFromFreeList() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/cppgc/
H A Dobject-allocator.h53 inline void* AllocateObject(size_t size, GCInfoIndex gcinfo);
54 inline void* AllocateObject(size_t size, GCInfoIndex gcinfo,
68 GCInfoIndex gcinfo);
79 void* ObjectAllocator::AllocateObject(size_t size, GCInfoIndex gcinfo) { in AllocateObject() argument
86 allocation_size, gcinfo); in AllocateObject()
89 void* ObjectAllocator::AllocateObject(size_t size, GCInfoIndex gcinfo, in AllocateObject() argument
96 allocation_size, gcinfo); in AllocateObject()
111 size_t size, GCInfoIndex gcinfo) { in AllocateObjectOnSpace() argument
112 DCHECK_LT(0u, gcinfo); in AllocateObjectOnSpace()
117 return OutOfLineAllocate(space, size, gcinfo); in AllocateObjectOnSpace()
[all …]
H A Dobject-allocator.cc88 GCInfoIndex gcinfo) { in AllocateLargeObject() argument
93 HeapObjectHeader(HeapObjectHeader::kLargeObjectSizeInHeader, gcinfo); in AllocateLargeObject()
110 GCInfoIndex gcinfo) { in OutOfLineAllocate() argument
111 void* memory = OutOfLineAllocateImpl(space, size, gcinfo); in OutOfLineAllocate()
118 size_t size, GCInfoIndex gcinfo) { in OutOfLineAllocateImpl() argument
127 size, gcinfo); in OutOfLineAllocateImpl()
131 if (void* result = AllocateFromFreeList(space, size, gcinfo)) { in OutOfLineAllocateImpl()
152 void* result = AllocateObjectOnSpace(space, size, gcinfo); in OutOfLineAllocateImpl()
159 GCInfoIndex gcinfo) { in AllocateFromFreeList() argument
166 return AllocateObjectOnSpace(space, size, gcinfo); in AllocateFromFreeList()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/common/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c67 GlyphCacheInfo *gcinfo; in AccelGlyphCache_Init() local
72 if (gcinfo == NULL) { in AccelGlyphCache_Init()
78 gcinfo->head = NULL; in AccelGlyphCache_Init()
79 gcinfo->tail = NULL; in AccelGlyphCache_Init()
80 gcinfo->width = width; in AccelGlyphCache_Init()
81 gcinfo->height = height; in AccelGlyphCache_Init()
82 gcinfo->cellWidth = cellWidth; in AccelGlyphCache_Init()
83 gcinfo->cellHeight = cellHeight; in AccelGlyphCache_Init()
84 gcinfo->isFull = JNI_FALSE; in AccelGlyphCache_Init()
85 gcinfo->Flush = func; in AccelGlyphCache_Init()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dungifwrt.c34 Gif_CompressInfo gcinfo; member
103 if (gcinfo) in gif_writer_init()
104 grr->gcinfo = *gcinfo; in gif_writer_init()
106 Gif_InitCompressInfo(&grr->gcinfo); in gif_writer_init()
391 if (grr->gcinfo.flags & GIF_WRITE_CAREFUL_MIN_CODE_SIZE) { in calculate_min_code_bits()
436 if (!(grr->gcinfo.flags & GIF_WRITE_SHRINK) in save_compression_result()
455 const Gif_CompressInfo *gcinfo) in Gif_FullCompressImage() argument
461 if (!gif_writer_init(&grr, NULL, gcinfo)) { in Gif_FullCompressImage()
462 if (!(grr.gcinfo.flags & GIF_WRITE_SHRINK)) in Gif_FullCompressImage()
776 int ok = gif_writer_init(&grr, f, gcinfo) in Gif_FullWriteFile()
[all …]
H A Dgifwrite.c78 Gif_CompressInfo gcinfo; member
147 if (gcinfo) in gif_writer_init()
148 grr->gcinfo = *gcinfo; in gif_writer_init()
150 Gif_InitCompressInfo(&grr->gcinfo); in gif_writer_init()
529 if (grr->gcinfo.loss) { in write_compressed_data()
735 if (!(grr->gcinfo.flags & GIF_WRITE_SHRINK) in save_compression_result()
754 const Gif_CompressInfo *gcinfo) in Gif_FullCompressImage() argument
760 if (!gif_writer_init(&grr, NULL, gcinfo)) { in Gif_FullCompressImage()
761 if (!(grr.gcinfo.flags & GIF_WRITE_SHRINK)) in Gif_FullCompressImage()
1075 int ok = gif_writer_init(&grr, f, gcinfo) in Gif_FullWriteFile()
[all …]
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dungifwrt.c34 Gif_CompressInfo gcinfo; member
103 if (gcinfo) in gif_writer_init()
104 grr->gcinfo = *gcinfo; in gif_writer_init()
106 Gif_InitCompressInfo(&grr->gcinfo); in gif_writer_init()
391 if (grr->gcinfo.flags & GIF_WRITE_CAREFUL_MIN_CODE_SIZE) { in calculate_min_code_bits()
436 if (!(grr->gcinfo.flags & GIF_WRITE_SHRINK) in save_compression_result()
455 const Gif_CompressInfo *gcinfo) in Gif_FullCompressImage() argument
461 if (!gif_writer_init(&grr, NULL, gcinfo)) { in Gif_FullCompressImage()
462 if (!(grr.gcinfo.flags & GIF_WRITE_SHRINK)) in Gif_FullCompressImage()
776 int ok = gif_writer_init(&grr, f, gcinfo) in Gif_FullWriteFile()
[all …]
H A Dgifwrite.c78 Gif_CompressInfo gcinfo; member
147 if (gcinfo) in gif_writer_init()
148 grr->gcinfo = *gcinfo; in gif_writer_init()
150 Gif_InitCompressInfo(&grr->gcinfo); in gif_writer_init()
529 if (grr->gcinfo.loss) { in write_compressed_data()
735 if (!(grr->gcinfo.flags & GIF_WRITE_SHRINK) in save_compression_result()
754 const Gif_CompressInfo *gcinfo) in Gif_FullCompressImage() argument
760 if (!gif_writer_init(&grr, NULL, gcinfo)) { in Gif_FullCompressImage()
761 if (!(grr.gcinfo.flags & GIF_WRITE_SHRINK)) in Gif_FullCompressImage()
1075 int ok = gif_writer_init(&grr, f, gcinfo) in Gif_FullWriteFile()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86-gsharedvt.c46 CallInfo *cinfo, *gcinfo; in mono_arch_get_gsharedvt_call_info() local
73 gcinfo = callee_cinfo; in mono_arch_get_gsharedvt_call_info()
78 gcinfo = caller_cinfo; in mono_arch_get_gsharedvt_call_info()
81 if (gcinfo->vtype_retaddr && gsig->ret && mini_is_gsharedvt_type (gsig->ret)) { in mono_arch_get_gsharedvt_call_info()
152 info->vret_arg_slot = gcinfo->vret_arg_offset / sizeof (gpointer); in mono_arch_get_gsharedvt_call_info()
186 g_assert (gcinfo->vtype_retaddr); in mono_arch_get_gsharedvt_call_info()
H A Dmini-amd64-gsharedvt.c270 CallInfo *cinfo, *gcinfo; in mono_arch_get_gsharedvt_call_info() local
297 gcinfo = callee_cinfo; in mono_arch_get_gsharedvt_call_info()
302 gcinfo = caller_cinfo; in mono_arch_get_gsharedvt_call_info()
308 if (gcinfo->ret.storage == ArgGsharedvtVariableInReg) { in mono_arch_get_gsharedvt_call_info()
416 …g_assert (gcinfo->ret.storage == ArgValuetypeAddrInIReg || gcinfo->ret.storage == ArgGsharedvtVari… in mono_arch_get_gsharedvt_call_info()
429 g_assert (gcinfo->ret.storage == ArgGsharedvtVariableInReg); in mono_arch_get_gsharedvt_call_info()
430 info->vret_arg_reg = map_reg (gcinfo->ret.reg); in mono_arch_get_gsharedvt_call_info()
431 …"mapping vreg_arg_reg to %d in reg %s\n", info->vret_arg_reg, mono_arch_regname (gcinfo->ret.reg)); in mono_arch_get_gsharedvt_call_info()
/dports/math/R/R-4.1.2/src/library/base/man/
H A Dgc.Rd10 gcinfo(verbose)
13 \alias{gcinfo}
24 \code{gcinfo} sets a flag so that
42 When \code{gcinfo(TRUE)} is in force, messages are sent to the message
68 \code{gcinfo} returns the previous value of the flag.
83 gcinfo(TRUE) #-- in the future, show when R does it
86 gcinfo(verbose = FALSE) #-- don't show it anymore
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A Dgc.Rd10 gcinfo(verbose)
13 \alias{gcinfo}
24 \code{gcinfo} sets a flag so that
42 When \code{gcinfo(TRUE)} is in force, messages are sent to the message
68 \code{gcinfo} returns the previous value of the flag.
83 gcinfo(TRUE) #-- in the future, show when R does it
86 gcinfo(verbose = FALSE) #-- don't show it anymore
/dports/x11-clocks/dflyclock/projects-HEAD-a806980/dflyclock/
H A Ddflyclock.c792 XGCValues gcinfo; in gcsetup() local
957 gcinfo.font = Font1->fid; in gcsetup()
959 gcinfo.function = GXxor; in gcsetup()
965 gcinfo.function = GXcopy; in gcsetup()
966 gcinfo.foreground = FGColor; in gcsetup()
967 gcinfo.background = BGColor; in gcsetup()
972 &gcinfo); in gcsetup()
980 &gcinfo); in gcsetup()
982 gcinfo.font = 0; in gcsetup()
986 gcinfo.font = Font2->fid; in gcsetup()
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Dall.lua29 local T,print,gcinfo,format,write,assert,type =
30 T,print,gcinfo,string.format,io.write,assert,type
46 print(format(" ---- total memory: %s ----\n", formatmem(gcinfo())))
50 local d,e = gcinfo()
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Dall.lua29 local T,print,gcinfo,format,write,assert,type =
30 T,print,gcinfo,string.format,io.write,assert,type
46 print(format(" ---- total memory: %s ----\n", formatmem(gcinfo())))
50 local d,e = gcinfo()

123456