Home
last modified time | relevance | path

Searched refs:IdentifierTable (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DWTFThreadData.h55 class IdentifierTable {
58 ~IdentifierTable();
101 JSC::IdentifierTable* currentIdentifierTable() in currentIdentifierTable()
106 JSC::IdentifierTable* setCurrentIdentifierTable(JSC::IdentifierTable* identifierTable) in setCurrentIdentifierTable()
108 JSC::IdentifierTable* oldIdentifierTable = m_currentIdentifierTable; in setCurrentIdentifierTable()
129 JSC::IdentifierTable* m_defaultIdentifierTable;
130 JSC::IdentifierTable* m_currentIdentifierTable;
DWTFThreadData.cpp42 , m_defaultIdentifierTable(new JSC::IdentifierTable()) in WTFThreadData()
/external/webkit/Source/JavaScriptCore/runtime/
DIdentifier.cpp40 IdentifierTable::~IdentifierTable() in ~IdentifierTable()
46 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(StringImpl* value) in add()
53 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(U value) in add()
60 IdentifierTable* createIdentifierTable() in createIdentifierTable()
62 return new IdentifierTable; in createIdentifierTable()
65 void deleteIdentifierTable(IdentifierTable* table) in deleteIdentifierTable()
123 IdentifierTable& identifierTable = *globalData->identifierTable; in add()
DIdentifier.h138 IdentifierTable* createIdentifierTable();
139 void deleteIdentifierTable(IdentifierTable*);
DJSGlobalData.h62 class IdentifierTable; variable
179 IdentifierTable* identifierTable;
DJSGlobalData.cpp182IdentifierTable* existingEntryIdentifierTable = wtfThreadData().setCurrentIdentifierTable(identifi… in JSGlobalData()
/external/clang/include/clang/Basic/
DBuiltins.h28 class IdentifierTable; variable
74 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
132 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h36 class IdentifierTable; variable
81 friend class IdentifierTable; variable
410 class IdentifierTable {
421 IdentifierTable(const LangOptions &LangOpts,
724 static Selector constructSetterName(IdentifierTable &Idents,
/external/clang/lib/Basic/
DIdentifierTable.cpp74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() function in IdentifierTable
123 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
159 IdentifierTable &Table) { in AddCXXOperatorKeyword()
168 IdentifierTable &Table) { in AddObjCKeyword()
174 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
256 void IdentifierTable::PrintStats() const { in PrintStats()
469 SelectorTable::constructSetterName(IdentifierTable &Idents, in constructSetterName()
DBuiltins.cpp50 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins()
80 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
DAndroid.mk31 IdentifierTable.cpp \
DCMakeLists.txt11 IdentifierTable.cpp
/external/webkit/Source/JavaScriptGlue/
DJSUtils.h88 IdentifierTable* m_storedIdentifierTable;
/external/webkit/Source/JavaScriptCore/API/
DAPIShims.h59 IdentifierTable* m_entryIdentifierTable;
DJSContextRef.cpp127IdentifierTable* savedIdentifierTable = wtfThreadData().setCurrentIdentifierTable(globalData.ident…
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker()
DTransAPIUses.cpp41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker()
/external/clang/include/clang/Frontend/
DUtils.h37 class IdentifierTable; variable
/external/clang/include/clang/Lex/
DPreprocessor.h142 mutable IdentifierTable Identifiers;
395 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
/external/clang/include/clang/AST/
DASTContext.h55 class IdentifierTable; variable
389 IdentifierTable &Idents;
704 IdentifierTable &idents, SelectorTable &sels,
/external/clang/lib/Serialization/
DASTWriter.cpp2621 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteIdentifierTable()
2640 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
2644 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
2661 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str()); in WriteIdentifierTable()
3249 IdentifierTable &Table = PP.getIdentifierTable(); in WriteASTCore()
3259 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteASTCore()
DASTReader.cpp2681 for (IdentifierTable::iterator Id = PP.getIdentifierTable().begin(), in ReadAST()
6270 IdentifierTable &ASTReader::getIdentifierTable() { in getIdentifierTable()
/external/clang/include/clang/Serialization/
DASTReader.h1494 IdentifierTable &getIdentifierTable();
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-242834 (JSC::IdentifierTable::~IdentifierTable):
2835 (JSC::IdentifierTable::add):
2853 (JSC::IdentifierTable::remove):
2854 (JSC::IdentifierTable::literalTable):
3802 global data, and those for workers) use a IdentifierTable provided (and owned)
3803 by wtfThreadData. This allow the lifetime of these IdentifierTable to match
3861 Unify JSC::IdentifierTable and WebCore::AtomicStringTable implementations.
3869 IdentifierTable & AtomicStringTable, expect for Identifier's literalTable,
4090 (JSC::IdentifierTable::~IdentifierTable):
4091 (JSC::IdentifierTable::add):
[all …]
/external/clang/lib/Sema/
DSemaLookup.cpp3811 for (IdentifierTable::iterator I = Context.Idents.begin(), in CorrectTypo()

12