Searched refs:identifierTable (Results 1 – 11 of 11) sorted by relevance
137 IdentifierTable& identifierTable = *globalData->identifierTable; in add() local138 LiteralIdentifierTable& literalIdentifierTable = identifierTable.literalTable(); in add()144 …pair<HashSet<UString::Rep*>::iterator, bool> addResult = identifierTable.add<const char*, CStringT… in add()201 …pair<HashSet<UString::Rep*>::iterator, bool> addResult = globalData->identifierTable->add<UCharBuf… in add()215 ASSERT(!r->identifierTable()); in addSlowCase()220 if (r->identifierTable()) { in addSlowCase()231 return *globalData->identifierTable->add(r).first; in addSlowCase()241 r->identifierTable()->remove(r); in remove()248 ASSERT(rep->identifierTable() == exec->globalData().identifierTable); in checkSameIdentifierTable()253 ASSERT(rep->identifierTable() == globalData->identifierTable); in checkSameIdentifierTable()
87 , identifierTable(createIdentifierTable()) in JSGlobalData()140 deleteIdentifierTable(identifierTable); in ~JSGlobalData()
93 if (r->identifierTable()) { in add()103 if (r->identifierTable()) { in add()
30 …== &UString::Rep::null() || identifier == &UString::Rep::empty() || identifier->identifierTable()); in add()
104 IdentifierTable* identifierTable; variable
103 IdentifierTable* identifierTable() const { return m_identifierTableAndFlags.get(); } in identifierTable() function331 ASSERT(!identifierTable()); in setStatic()
298 if (identifierTable()) in destroy()416 ASSERT(!identifierTable()); in checkConsistency()
85 ASSERT(!m_className.rep()->identifierTable()); in ~OpaqueJSClass()90 ASSERT(!it->first->identifierTable()); in ~OpaqueJSClass()99 ASSERT(!it->first->identifierTable()); in ~OpaqueJSClass()151 ASSERT(!it->first->identifierTable()); in OpaqueJSClassContextData()164 ASSERT(!it->first->identifierTable()); in OpaqueJSClassContextData()
742 Store UString::Rep::isStatic bit in identifierTable pointer instead of reportedCost for764 (KJS::UString::Rep::identifierTable):7588 (KJS::ExecState::identifierTable):17541 Use and update UString::Rep::identifierTable as appropriate. Updating it is now done in17870 (KJS::identifierTable):
2172 (JSC::UString::Rep::identifierTable):19381 (JSC::ExecState::identifierTable): Ditto.
4394 (KJS::identifierTable): Added some ASSERTs to check for thread safety 15203 (KJS::identifierTable):