Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DStructure.cpp131 , m_propertyStorageCapacity(JSObject::inlineStorageCapacity) in Structure()
286 if (m_propertyStorageCapacity == JSObject::inlineStorageCapacity) in growPropertyStorageCapacity()
287 m_propertyStorageCapacity = JSObject::nonInlineBaseStorageCapacity; in growPropertyStorageCapacity()
289 m_propertyStorageCapacity *= 2; in growPropertyStorageCapacity()
381 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in addPropertyTransition()
429 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in changePrototypeTransition()
449 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in despecifyFunctionTransition()
474 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in getterSetterTransition()
495 transition->m_propertyStorageCapacity = structure->m_propertyStorageCapacity; in toDictionaryTransition()
DStructure.h104 unsigned propertyStorageCapacity() const { return m_propertyStorageCapacity; } in propertyStorageCapacity()
208 uint32_t m_propertyStorageCapacity; variable
/external/webkit/JavaScriptCore/jit/
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…