Home
last modified time | relevance | path

Searched refs:PropertyTable (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h88 class PropertyTable {
145 explicit PropertyTable(unsigned initialCapacity);
146 PropertyTable(JSGlobalData&, JSCell*, const PropertyTable&);
147 PropertyTable(JSGlobalData&, JSCell*, unsigned initialCapacity, const PropertyTable&);
148 ~PropertyTable();
180 PassOwnPtr<PropertyTable> copy(JSGlobalData&, JSCell* owner, unsigned newCapacity);
188 PropertyTable(const PropertyTable&);
238 inline PropertyTable::PropertyTable(unsigned initialCapacity) in PropertyTable() function
248 inline PropertyTable::PropertyTable(JSGlobalData& globalData, JSCell* owner, const PropertyTable& o… in PropertyTable() function
271 inline PropertyTable::PropertyTable(JSGlobalData& globalData, JSCell* owner, unsigned initialCapaci… in PropertyTable() function
[all …]
DStructure.cpp477 PropertyTable::iterator end = transition->m_propertyTable->end(); in sealTransition()
478 … for (PropertyTable::iterator iter = transition->m_propertyTable->begin(); iter != end; ++iter) in sealTransition()
491 PropertyTable::iterator end = transition->m_propertyTable->end(); in freezeTransition()
492 … for (PropertyTable::iterator iter = transition->m_propertyTable->begin(); iter != end; ++iter) in freezeTransition()
525 PropertyTable::iterator end = m_propertyTable->end(); in isSealed()
526 for (PropertyTable::iterator iter = m_propertyTable->begin(); iter != end; ++iter) { in isSealed()
543 PropertyTable::iterator end = m_propertyTable->end(); in isFrozen()
544 for (PropertyTable::iterator iter = m_propertyTable->begin(); iter != end; ++iter) { in isFrozen()
562 PropertyTable::iterator end = m_propertyTable->end(); in flattenDictionaryStructure()
563 for (PropertyTable::iterator iter = m_propertyTable->begin(); iter != end; ++iter, ++i) { in flattenDictionaryStructure()
[all …]
DStructure.h188 PropertyTable* copyPropertyTable(JSGlobalData&, Structure* owner);
225 OwnPtr<PropertyTable> m_propertyTable;
/external/webkit/Source/JavaScriptCore/
DChangeLog623 (JSC::PropertyTable::PropertyTable):
1196 (JSC::PropertyTable::PropertyTable):
1197 (JSC::PropertyTable::copy):
4312 (JSC::PropertyTable::~PropertyTable): DEref!
6928 (JSC::PropertyTable::ordered_iterator::operator++):
6929 (JSC::PropertyTable::ordered_iterator::operator==):
6930 (JSC::PropertyTable::ordered_iterator::operator!=):
6931 (JSC::PropertyTable::ordered_iterator::operator*):
6932 (JSC::PropertyTable::ordered_iterator::operator->):
6933 (JSC::PropertyTable::ordered_iterator::ordered_iterator):
[all …]