Home
last modified time | relevance | path

Searched refs:FreeSpan (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DHeap.h64 class FreeSpan {
91 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
106 FreeSpan* nextSpanUnchecked(const Arena* arena) const { in nextSpanUnchecked()
111 const FreeSpan* nextSpan(const Arena* arena) const { in nextSpan()
128 const FreeSpan* next = nextSpan(arena); in allocate()
170 FreeSpan firstFreeSpan; in alignas()
296 FreeSpan* getFirstFreeSpan() { return &firstFreeSpan; } in alignas()
336 const FreeSpan* span = &firstFreeSpan; in alignas()
348 const FreeSpan* span = &firstFreeSpan; in alignas()
456 inline Arena* FreeSpan::getArena() { in getArena()
[all …]
H A DArenaList.h34 class FreeSpan; variable
229 AllAllocKindArray<FreeSpan*> freeLists_;
235 static FreeSpan emptySentinel;
252 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
304 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
H A DPrivateIterators-inl.h123 FreeSpan span;
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DHeap.h64 class FreeSpan {
91 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
106 FreeSpan* nextSpanUnchecked(const Arena* arena) const { in nextSpanUnchecked()
111 const FreeSpan* nextSpan(const Arena* arena) const { in nextSpan()
128 const FreeSpan* next = nextSpan(arena); in allocate()
170 FreeSpan firstFreeSpan; in alignas()
296 FreeSpan* getFirstFreeSpan() { return &firstFreeSpan; } in alignas()
336 const FreeSpan* span = &firstFreeSpan; in alignas()
348 const FreeSpan* span = &firstFreeSpan; in alignas()
456 inline Arena* FreeSpan::getArena() { in getArena()
[all …]
H A DArenaList.h35 class FreeSpan; variable
232 AllAllocKindArray<FreeSpan*> freeLists_;
238 static FreeSpan emptySentinel;
255 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
302 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
H A DPrivateIterators-inl.h120 FreeSpan span;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DHeap.h64 class FreeSpan {
91 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
106 FreeSpan* nextSpanUnchecked(const Arena* arena) const { in nextSpanUnchecked()
111 const FreeSpan* nextSpan(const Arena* arena) const { in nextSpan()
128 const FreeSpan* next = nextSpan(arena); in allocate()
170 FreeSpan firstFreeSpan; in alignas()
296 FreeSpan* getFirstFreeSpan() { return &firstFreeSpan; } in alignas()
336 const FreeSpan* span = &firstFreeSpan; in alignas()
348 const FreeSpan* span = &firstFreeSpan; in alignas()
456 inline Arena* FreeSpan::getArena() { in getArena()
[all …]
H A DArenaList.h34 class FreeSpan; variable
229 AllAllocKindArray<FreeSpan*> freeLists_;
235 static FreeSpan emptySentinel;
252 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
304 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
H A DPrivateIterators-inl.h123 FreeSpan span;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DHeap.h98 class FreeSpan {
125 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
140 FreeSpan* nextSpanUnchecked(const Arena* arena) const { in nextSpanUnchecked()
145 const FreeSpan* nextSpan(const Arena* arena) const { in nextSpan()
162 const FreeSpan* next = nextSpan(arena); in allocate()
204 FreeSpan firstFreeSpan;
325 FreeSpan* getFirstFreeSpan() { return &firstFreeSpan; } in getFirstFreeSpan()
365 const FreeSpan* span = &firstFreeSpan; in numFreeThings()
376 const FreeSpan* span = &firstFreeSpan; in inFreeList()
437 inline Arena* FreeSpan::getArena() { in getArena()
[all …]
H A DArenaList.h33 class FreeSpan; variable
221 ZoneGroupData<AllAllocKindArray<FreeSpan*>> freeLists_;
222 AllAllocKindArray<FreeSpan*>& freeLists() { return freeLists_.ref(); } in freeLists()
223 const AllAllocKindArray<FreeSpan*>& freeLists() const { in freeLists()
227 FreeSpan* freeList(AllocKind i) const { return freeLists()[i]; } in freeList()
229 inline void setFreeList(AllocKind i, FreeSpan* span);
235 static FreeSpan placeholder;
H A DPrivateIterators-inl.h123 FreeSpan span;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DHeap.h327 class FreeSpan
361 FreeSpan* lastSpan = reinterpret_cast<FreeSpan*>(last); in initFinal()
373 return offsetof(FreeSpan, first); in offsetOfFirst()
377 return offsetof(FreeSpan, last); in offsetOfLast()
381 FreeSpan* nextSpanUnchecked() const { in nextSpanUnchecked()
385 const FreeSpan* nextSpan() const { in nextSpan()
441 FreeSpan* next = reinterpret_cast<FreeSpan*>(last);
474 void compact(FreeSpan span) { in compact()
492 FreeSpan decodedSpan; in decompact()
510 FreeSpan head;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DHeap.h76 class FreeSpan {
103 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
118 FreeSpan* nextSpanUnchecked(const Arena* arena) const { in nextSpanUnchecked()
123 const FreeSpan* nextSpan(const Arena* arena) const { in nextSpan()
140 const FreeSpan* next = nextSpan(arena); in allocate()
182 FreeSpan firstFreeSpan;
305 FreeSpan* getFirstFreeSpan() { return &firstFreeSpan; } in getFirstFreeSpan()
345 const FreeSpan* span = &firstFreeSpan; in numFreeThings()
357 const FreeSpan* span = &firstFreeSpan; in inFreeList()
460 inline Arena* FreeSpan::getArena() { in getArena()
[all …]
H A DArenaList.h34 class FreeSpan; variable
218 AllAllocKindArray<FreeSpan*> freeLists_;
224 static FreeSpan emptySentinel;
241 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
290 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList()
H A DPrivateIterators-inl.h137 FreeSpan span;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DHeap.h369 class FreeSpan
396 FreeSpan* last = nextSpanUnchecked(arena); in initFinal()
409 return offsetof(FreeSpan, first); in offsetOfFirst()
413 return offsetof(FreeSpan, last); in offsetOfLast()
438 const FreeSpan* next = nextSpan(arena); in allocate()
480 FreeSpan firstFreeSpan;
624 const FreeSpan* span = &firstFreeSpan; in numFreeThings()
635 const FreeSpan* span = &firstFreeSpan; in inFreeList()
714 FreeSpan::getArena() in getArena()
722 FreeSpan::checkSpan(const Arena* arena) const in checkSpan()
[all …]
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dspan.c167 static void FreeSpan (Span* S) in FreeSpan() function
193 FreeSpan (S); in MergeSpan()
233 FreeSpan (S); in CloseSpan()
304 FreeSpan (S); in CloseSpanList()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompileWrappers.h41 class FreeSpan; variable
106 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
H A DCompileWrappers.cpp113 gc::FreeSpan** CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileWrappers.h40 class FreeSpan; variable
105 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompileWrappers.h41 class FreeSpan; variable
106 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
/dports/devel/cc65/cc65-2.19/src/ld65/
H A Dspan.h88 void FreeSpan (Span* S);
H A Dspan.c159 void FreeSpan (Span* S) in FreeSpan() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileWrappers.h72 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);

1234