Home
last modified time | relevance | path

Searched refs:m_propertyStorageCapacity (Results 1 – 11 of 11) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp130 , m_propertyStorageCapacity(JSObject::inlineStorageCapacity) in Structure()
290 if (m_propertyStorageCapacity == JSObject::inlineStorageCapacity) in growPropertyStorageCapacity()
291 m_propertyStorageCapacity = JSObject::nonInlineBaseStorageCapacity; in growPropertyStorageCapacity()
293 m_propertyStorageCapacity *= 2; in growPropertyStorageCapacity()
381 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addPropertyTransition()
425 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in changePrototypeTransition()
444 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in despecifyFunctionTransition()
481 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addAnonymousSlotsTransition()
511 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in getterSetterTransition()
531 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in toDictionaryTransition()
H A DStructure.h104 unsigned propertyStorageCapacity() const { return m_propertyStorageCapacity; } in propertyStorageCapacity()
206 uint32_t m_propertyStorageCapacity; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp130 , m_propertyStorageCapacity(JSObject::inlineStorageCapacity) in Structure()
291 if (m_propertyStorageCapacity == JSObject::inlineStorageCapacity) in growPropertyStorageCapacity()
292 m_propertyStorageCapacity = JSObject::nonInlineBaseStorageCapacity; in growPropertyStorageCapacity()
294 m_propertyStorageCapacity *= 2; in growPropertyStorageCapacity()
382 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addPropertyTransition()
426 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in changePrototypeTransition()
445 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in despecifyFunctionTransition()
482 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addAnonymousSlotsTransition()
512 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in getterSetterTransition()
532 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in toDictionaryTransition()
H A DStructure.h104 unsigned propertyStorageCapacity() const { return m_propertyStorageCapacity; } in propertyStorageCapacity()
206 uint32_t m_propertyStorageCapacity; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp130 , m_propertyStorageCapacity(JSObject::inlineStorageCapacity) in Structure()
291 if (m_propertyStorageCapacity == JSObject::inlineStorageCapacity) in growPropertyStorageCapacity()
292 m_propertyStorageCapacity = JSObject::nonInlineBaseStorageCapacity; in growPropertyStorageCapacity()
294 m_propertyStorageCapacity *= 2; in growPropertyStorageCapacity()
382 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addPropertyTransition()
426 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in changePrototypeTransition()
445 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in despecifyFunctionTransition()
482 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addAnonymousSlotsTransition()
512 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in getterSetterTransition()
532 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in toDictionaryTransition()
H A DStructure.h104 unsigned propertyStorageCapacity() const { return m_propertyStorageCapacity; } in propertyStorageCapacity()
206 uint32_t m_propertyStorageCapacity; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp190 …, m_propertyStorageCapacity(typeInfo.isFinal() ? JSFinalObject_inlineStorageCapacity : JSNonFinalO… in Structure()
213 , m_propertyStorageCapacity(0) in Structure()
235 , m_propertyStorageCapacity(previous->m_propertyStorageCapacity) in Structure()
291 m_propertyStorageCapacity = JSObject::baseExternalStorageCapacity; in growPropertyStorageCapacity()
293 m_propertyStorageCapacity *= 2; in growPropertyStorageCapacity()
H A DStructure.h111 …Capacity() const { ASSERT(structure()->classInfo() == &s_info); return m_propertyStorageCapacity; } in propertyStorageCapacity()
233 uint32_t m_propertyStorageCapacity; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp960 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t)); in compileGetDirectOffset()
964 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32… in compileGetDirectOffset()
1056 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t));
1059 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32…
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp960 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t)); in compileGetDirectOffset()
964 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32… in compileGetDirectOffset()
1056 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t));
1059 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32…
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp960 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t)); in compileGetDirectOffset()
964 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32… in compileGetDirectOffset()
1056 ASSERT(sizeof(((Structure*)0)->m_propertyStorageCapacity) == sizeof(int32_t));
1059 …ranch32(NotEqual, Address(structure, OBJECT_OFFSETOF(Structure, m_propertyStorageCapacity)), Imm32…