Searched refs:occupied (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-sel-old.mm53 uint32_t occupied = builtins->occupied;
56 _objc_inform("BUILTIN SELECTORS: %d selectors", occupied);
58 occupied, capacity, (int)(occupied/(double)capacity * 100));
62 _objc_inform("BUILTIN SELECTORS: occupied: %u", builtins->occupied);
H A Dobjc-cache.mm136 // "cache" is cache->buckets; "vtable" is cache->mask/occupied
305 occupied = 0;
338 "mask 0x%x, occupied 0x%x, wrap bucket %p",
341 cache->shiftmask >> MASK_SHIFT, cache->occupied, bucket);
403 mask_t newOccupied = cache->occupied + 1;
415 if (bucket->key == 0) cache->occupied++;
496 if (capacity > 0 && cache->occupied > 0) {
H A Dobjc-cache-old.mm199 0, // occupied
283 // occupied and buckets and instrumentation are all zero
287 // occupied and buckets and instrumentation are all zero
426 old_cache->occupied = 0;
533 newOccupied = cache->occupied + 1;
536 cache->occupied = (unsigned int)newOccupied;
542 cache->occupied += 1;
660 cacheData->flushedEntries += cache->occupied;
661 if (cache->occupied > cacheData->maxFlushedEntries)
662 cacheData->maxFlushedEntries = cache->occupied;
[all...]
H A Dobjc-runtime-new.h45 mask_t occupied; member in struct:cache_t
H A Druntime.h111 * Frees the memory occupied by a given object.
1707 unsigned int occupied OBJC2_UNAVAILABLE;
/macosx-10.9.5/objc4-551.1/test/
H A DbadCache.m47 mask_t occupied;
H A DbadCache2.m47 mask_t occupied;
/macosx-10.9.5/dyld-239.4/include/
H A Dobjc-shared-cache.h119 uint32_t occupied; member in struct:objc_opt::perfect_hash
161 uint32_t occupied; member in struct:objc_opt::objc_stringhash_t
259 S32(occupied);
284 occupied = phash.occupied;
1356 result.occupied = nkeys;
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c5659 int occupied; local
6116 occupied = 1;
6119 occupied = 0;
6126 occupied = 0;
6130 occupied = 1;
6136 occupied = 0;
6138 if (occupied == 0) {
6213 int occupied; local
6523 occupied = 1;
6526 occupied
[all...]
/macosx-10.9.5/objc4-551.1/runtime/Messengers.subproj/
H A Dobjc-msg-i386.s177 occupied = 4 define
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtransform.c1434 goto occupied;
1456 goto occupied;
1473 occupied:
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl1208 % Compute the bounding box occupied by the path (which is now
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmkpsenc.tcl1208 % Compute the bounding box occupied by the path (which is now
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c7549 int occupied = 0;
7559 while (occupied++ < DTRACE_ERRHASHSZ) {

Completed in 203 milliseconds