Home
last modified time | relevance | path

Searched refs:LoadCell (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dobject_bitmap.h70 inline uint8_t LoadCell(size_t cell_index) const;
109 return LoadCell(cell_index) & (1 << object_bit); in CheckBit()
113 uint8_t ObjectBitmap<PageSize, PageAlignment, ObjectAlignment>::LoadCell( in LoadCell() function
137 uint8_t value = LoadCell(cell_index); in Iterate()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dslot-set.h75 if ((LoadCell<access_mode>(&bucket[cell_index]) & mask) == 0) { in Insert()
87 return (LoadCell(&bucket[cell_index]) & (1u << bit_index)) != 0; in Contains()
96 uint32_t cell = LoadCell(&bucket[cell_index]); in Remove()
176 return (LoadCell(&bucket[cell_index]) & (1u << bit_index)) != 0; in Lookup()
198 uint32_t cell = LoadCell(&bucket[i]); in Iterate()
327 if (LoadCell(&bucket[i])) { in IsEmptyBucket()
347 uint32_t LoadCell(uint32_t* cell) { in LoadCell() function
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dslot-set.h221 if ((bucket->LoadCell<access_mode>(cell_index) & mask) == 0) { in Insert()
234 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Contains()
244 uint32_t cell = bucket->LoadCell(cell_index); in Remove()
326 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Lookup()
434 uint32_t LoadCell(int cell_index) { in LoadCell() function
481 uint32_t cell = bucket->LoadCell(i); in Iterate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dslot-set.h214 if ((bucket->LoadCell<access_mode>(cell_index) & mask) == 0) { in Insert()
227 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Contains()
237 uint32_t cell = bucket->LoadCell(cell_index); in Remove()
319 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Lookup()
427 uint32_t LoadCell(int cell_index) { in LoadCell() function
473 uint32_t cell = bucket->LoadCell(i); in Iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dslot-set.h220 if ((bucket->LoadCell<access_mode>(cell_index) & mask) == 0) { in Insert()
233 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Contains()
243 uint32_t cell = bucket->LoadCell(cell_index); in Remove()
325 return (bucket->LoadCell(cell_index) & (1u << bit_index)) != 0; in Lookup()
433 uint32_t LoadCell(int cell_index) { in LoadCell() function
480 uint32_t cell = bucket->LoadCell(i); in Iterate()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcEnvironment.h172 bool LoadCell(cString desc, Feedback& feedback);
H A DcEnvironment.cc614 bool cEnvironment::LoadCell(cString desc, Feedback& feedback) in LoadCell() function in cEnvironment
1252 else if (type == "CELL") load_ok = LoadCell(line, feedback); in LoadLine()