Home
last modified time | relevance | path

Searched refs:IdentifierTable (Results 1 – 25 of 34) 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);
138 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
DIdentifierTable.h35 class IdentifierTable; variable
81 friend class IdentifierTable; variable
421 class IdentifierTable {
432 IdentifierTable(const LangOptions &LangOpts,
735 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()
468 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.mk30 IdentifierTable.cpp \
DCMakeLists.txt10 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/include/clang/Frontend/
DUtils.h37 class IdentifierTable; variable
/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/lib/Serialization/
DGlobalModuleIndex.cpp768 SmallString<4096> IdentifierTable; in writeIndex() local
771 llvm::raw_svector_ostream Out(IdentifierTable); in writeIndex()
788 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str()); in writeIndex()
DASTWriter.cpp2902 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteIdentifierTable()
2921 SmallString<4096> IdentifierTable; in WriteIdentifierTable() local
2925 llvm::raw_svector_ostream Out(IdentifierTable); in WriteIdentifierTable()
2942 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str()); in WriteIdentifierTable()
3555 IdentifierTable &Table = PP.getIdentifierTable(); in WriteASTCore()
3567 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(), in WriteASTCore()
/external/clang/include/clang/Lex/
DPreprocessor.h174 mutable IdentifierTable Identifiers;
438 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
/external/clang/include/clang/AST/
DASTContext.h57 class IdentifierTable; variable
380 IdentifierTable &Idents;
773 IdentifierTable &idents, SelectorTable &sels,
/external/clang/lib/Format/
DFormat.cpp1138 IdentifierTable &getIdentTable() { return IdentTable; } in getIdentTable()
1145 IdentifierTable IdentTable;
/external/clang/include/clang/Serialization/
DASTReader.h1808 IdentifierTable &getIdentifierTable();
/external/clang/docs/
DPCHInternals.rst429 This abstract interface is associated with the ``IdentifierTable`` class, and

12