Home
last modified time | relevance | path

Searched refs:growSlotsPure (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h156 _(js::NativeObject::growSlotsPure) \
H A DIonCacheIRCompiler.cpp1287 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DBaselineCacheIRCompiler.cpp885 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DCodeGenerator.cpp12186 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in visitAllocateAndStoreSlot()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DABIFunctionList-inl.h160 _(js::NativeObject::growSlotsPure) \
H A DIonCacheIRCompiler.cpp1287 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DBaselineCacheIRCompiler.cpp888 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DCodeGenerator.cpp12549 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in visitAllocateAndStoreSlot()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h156 _(js::NativeObject::growSlotsPure) \
H A DIonCacheIRCompiler.cpp1287 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DBaselineCacheIRCompiler.cpp885 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in emitAddAndStoreSlotShared()
H A DCodeGenerator.cpp12186 masm.callWithABI<Fn, NativeObject::growSlotsPure>(); in visitAllocateAndStoreSlot()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.h808 static bool growSlotsPure(JSContext* cx, NativeObject* obj,
H A DNativeObject.cpp399 bool NativeObject::growSlotsPure(JSContext* cx, NativeObject* obj, in growSlotsPure() function in NativeObject
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.h857 static bool growSlotsPure(JSContext* cx, NativeObject* obj,
H A DNativeObject.cpp363 bool NativeObject::growSlotsPure(JSContext* cx, NativeObject* obj, in growSlotsPure() function in NativeObject
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h890 static bool growSlotsPure(JSContext* cx, NativeObject* obj,
H A DNativeObject.cpp331 bool NativeObject::growSlotsPure(JSContext* cx, NativeObject* obj, in growSlotsPure() function in NativeObject
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.h857 static bool growSlotsPure(JSContext* cx, NativeObject* obj,
H A DNativeObject.cpp363 bool NativeObject::growSlotsPure(JSContext* cx, NativeObject* obj, in growSlotsPure() function in NativeObject
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonCacheIRCompiler.cpp1525 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, NativeObject::growSlotsPure)); in emitAddAndStoreSlotShared()
H A DBaselineCacheIRCompiler.cpp974 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, NativeObject::growSlotsPure)); in emitAddAndStoreSlotShared()