Home
last modified time | relevance | path

Searched refs:newWithSize (Results 1 – 12 of 12) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/scheme/
H A DFrame.h11 + (id) newWithSize: (int) sz link: (Frame *) l;
H A DFrame.r4 + (id) newWithSize: (int) sz link: (Frame *) l
H A DCompiledCode.r46 literals = [Frame newWithSize: [constants count] link: nil];
H A DMachine.r166 state.env = [Frame newWithSize: operand link: state.env];
/dports/www/firefox-esr/firefox-91.8.0/js/src/ds/
H A DLifoAlloc.h842 MOZ_ALWAYS_INLINE T* newWithSize(size_t n, Args&&... args) { in newWithSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ds/
H A DLifoAlloc.h676 MOZ_ALWAYS_INLINE T* newWithSize(size_t n, Args&&... args) { in newWithSize() function
/dports/www/firefox/firefox-99.0/js/src/ds/
H A DLifoAlloc.h842 MOZ_ALWAYS_INLINE T* newWithSize(size_t n, Args&&... args) { in newWithSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ds/
H A DLifoAlloc.h842 MOZ_ALWAYS_INLINE T* newWithSize(size_t n, Args&&... args) { in newWithSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DParser.cpp883 auto* bindings = alloc.newWithSize<Data>(allocSize, numBindings); in NewEmptyBindingData()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DParser.cpp971 auto* bindings = alloc.newWithSize<Data>(allocSize, numBindings); in NewEmptyBindingData()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DParser.cpp989 auto* bindings = alloc.newWithSize<Data>(allocSize, numBindings); in NewEmptyBindingData()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DParser.cpp971 auto* bindings = alloc.newWithSize<Data>(allocSize, numBindings); in NewEmptyBindingData()