Home
last modified time | relevance | path

Searched refs:freeLists_ (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DArenaList.h232 AllAllocKindArray<FreeSpan*> freeLists_; variable
256 return &freeLists_[thingKind]; in addressOfFreeList()
271 ZoneData<FreeLists> freeLists_; variable
299 FreeLists& freeLists() { return freeLists_.ref(); } in freeLists()
300 const FreeLists& freeLists() const { return freeLists_.ref(); } in freeLists()
303 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
H A DArenaList-inl.h220 return freeLists_[kind]->isEmpty(); in isEmpty()
228 auto old = freeLists_[i]; in clear()
233 freeLists_[i] = &emptySentinel; in clear()
238 return freeLists_[kind]->allocate(Arena::thingSize(kind)); in allocate()
242 FreeSpan* freeSpan = freeLists_[kind]; in unmarkPreMarkedFreeCells()
H A DHeap.cpp187 freeLists_[i] = &emptySentinel; in FreeLists()
193 freeLists_(zone), in ArenaLists()
H A DAllocator.cpp568 auto old = freeLists_[kind]; in setArenaAndAllocate()
575 freeLists_[kind] = span; in setArenaAndAllocate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DArenaList.h218 AllAllocKindArray<FreeSpan*> freeLists_; variable
242 return &freeLists_[thingKind]; in addressOfFreeList()
261 ZoneData<FreeLists> freeLists_; variable
287 FreeLists& freeLists() { return freeLists_.ref(); } in freeLists()
288 const FreeLists& freeLists() const { return freeLists_.ref(); } in freeLists()
291 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
H A DArenaList-inl.h206 return freeLists_[kind]->isEmpty(); in isEmpty()
214 auto old = freeLists_[i]; in clear()
219 freeLists_[i] = &emptySentinel; in clear()
224 return freeLists_[kind]->allocate(Arena::thingSize(kind)); in allocate()
228 FreeSpan* freeSpan = freeLists_[kind]; in unmarkPreMarkedFreeCells()
H A DAllocator.cpp595 auto old = freeLists_[kind]; in setArenaAndAllocate()
602 freeLists_[kind] = span; in setArenaAndAllocate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DArenaList.h229 AllAllocKindArray<FreeSpan*> freeLists_; variable
253 return &freeLists_[thingKind]; in addressOfFreeList()
273 ZoneData<FreeLists> freeLists_; variable
301 FreeLists& freeLists() { return freeLists_.ref(); } in freeLists()
302 const FreeLists& freeLists() const { return freeLists_.ref(); } in freeLists()
305 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
H A DArenaList-inl.h204 return freeLists_[kind]->isEmpty(); in isEmpty()
212 auto old = freeLists_[i]; in clear()
217 freeLists_[i] = &emptySentinel; in clear()
222 return freeLists_[kind]->allocate(Arena::thingSize(kind)); in allocate()
226 FreeSpan* freeSpan = freeLists_[kind]; in unmarkPreMarkedFreeCells()
H A DAllocator.cpp620 auto old = freeLists_[kind]; in setArenaAndAllocate()
627 freeLists_[kind] = span; in setArenaAndAllocate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DArenaList.h229 AllAllocKindArray<FreeSpan*> freeLists_; variable
253 return &freeLists_[thingKind]; in addressOfFreeList()
273 ZoneData<FreeLists> freeLists_; variable
301 FreeLists& freeLists() { return freeLists_.ref(); } in freeLists()
302 const FreeLists& freeLists() const { return freeLists_.ref(); } in freeLists()
305 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
H A DArenaList-inl.h204 return freeLists_[kind]->isEmpty(); in isEmpty()
212 auto old = freeLists_[i]; in clear()
217 freeLists_[i] = &emptySentinel; in clear()
222 return freeLists_[kind]->allocate(Arena::thingSize(kind)); in allocate()
226 FreeSpan* freeSpan = freeLists_[kind]; in unmarkPreMarkedFreeCells()
H A DAllocator.cpp620 auto old = freeLists_[kind]; in setArenaAndAllocate()
627 freeLists_[kind] = span; in setArenaAndAllocate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DArenaList.h221 ZoneGroupData<AllAllocKindArray<FreeSpan*>> freeLists_; variable
222 AllAllocKindArray<FreeSpan*>& freeLists() { return freeLists_.ref(); } in freeLists()
224 return freeLists_.ref(); in freeLists()
286 return reinterpret_cast<const void*>(&freeLists_.refNoCheck()[thingKind]); in addressOfFreeList()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSContext-inl.h312 freeLists_ = nullptr; in setZone()
318 freeLists_ = atomsZoneFreeLists_; in setZone()
320 freeLists_ = &zone_->arenas.freeLists(); in setZone()
H A DJSContext.h177 js::ContextData<js::gc::FreeLists*> freeLists_; member
239 MOZ_ASSERT(freeLists_); in freeLists()
240 return *freeLists_; in freeLists()
H A DJSContext.cpp906 freeLists_(this, nullptr), in JSContext()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSContext-inl.h312 freeLists_ = nullptr; in setZone()
318 freeLists_ = atomsZoneFreeLists_; in setZone()
320 freeLists_ = &zone_->arenas.freeLists(); in setZone()
H A DJSContext.h177 js::ContextData<js::gc::FreeLists*> freeLists_; member
239 MOZ_ASSERT(freeLists_); in freeLists()
240 return *freeLists_; in freeLists()
H A DJSContext.cpp906 freeLists_(this, nullptr), in JSContext()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSContext-inl.h362 freeLists_ = nullptr; in setZone()
368 freeLists_ = atomsZoneFreeLists_; in setZone()
370 freeLists_ = &zone_->arenas.freeLists(); in setZone()
H A DJSContext.h174 js::ContextData<js::gc::FreeLists*> freeLists_; member
223 MOZ_ASSERT(freeLists_); in freeLists()
224 return *freeLists_; in freeLists()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSContext.h183 js::ContextData<js::gc::FreeLists*> freeLists_; member
256 MOZ_ASSERT(freeLists_); in freeLists()
257 return *freeLists_; in freeLists()
H A DJSContext-inl.h313 freeLists_ = zone ? &zone_->arenas.freeLists() : nullptr; in setZone()
H A DJSContext.cpp955 freeLists_(this, nullptr), in JSContext()

12