Home
last modified time | relevance | path

Searched refs:addressOfFreeList (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DArenaList.h255 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
302 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
303 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DArenaList.h241 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
290 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
291 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DArenaList.h252 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
304 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
305 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DArenaList.h252 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
304 FreeSpan** addressOfFreeList(AllocKind thingKind) { in addressOfFreeList() function
305 return freeLists_.refNoCheck().addressOfFreeList(thingKind); in addressOfFreeList()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCompileWrappers.cpp216 CompileZone::addressOfFreeList(gc::AllocKind allocKind) in addressOfFreeList() function in CompileZone
218 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h102 const void* addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp815 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
822 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
833 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileWrappers.cpp110 const void* CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList() function in CompileZone
111 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h75 const void* addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp877 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
884 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
895 loadPtr(AbsoluteAddress(zone->addressOfFreeList(allocKind)), temp); in freeListAllocate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompileWrappers.cpp113 gc::FreeSpan** CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList() function in CompileZone
114 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h106 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp358 gc::FreeSpan** ptrFreeList = zone->addressOfFreeList(allocKind); in freeListAllocate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileWrappers.cpp109 gc::FreeSpan** CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList() function in CompileZone
110 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h72 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp684 gc::FreeSpan** ptrFreeList = zone->addressOfFreeList(allocKind); in freeListAllocate()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileWrappers.cpp115 gc::FreeSpan** CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList() function in CompileZone
116 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h105 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp355 gc::FreeSpan** ptrFreeList = zone->addressOfFreeList(allocKind); in freeListAllocate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompileWrappers.cpp113 gc::FreeSpan** CompileZone::addressOfFreeList(gc::AllocKind allocKind) { in addressOfFreeList() function in CompileZone
114 return zone()->arenas.addressOfFreeList(allocKind); in addressOfFreeList()
H A DCompileWrappers.h106 gc::FreeSpan** addressOfFreeList(gc::AllocKind allocKind);
H A DMacroAssembler.cpp358 gc::FreeSpan** ptrFreeList = zone->addressOfFreeList(allocKind); in freeListAllocate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DArenaList.h285 const void* addressOfFreeList(AllocKind thingKind) const { in addressOfFreeList() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.h680 const void* addressOfFreeList(AllocKind thingKind) const {