HomeSort by relevance Sort by last modified time
    Searched defs:IdentifierTable (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
WTFThreadData.h 55 class IdentifierTable {
58 ~IdentifierTable();
101 JSC::IdentifierTable* currentIdentifierTable()
106 JSC::IdentifierTable* setCurrentIdentifierTable(JSC::IdentifierTable* identifierTable)
108 JSC::IdentifierTable* oldIdentifierTable = m_currentIdentifierTable;
109 m_currentIdentifierTable = identifierTable;
129 JSC::IdentifierTable* m_defaultIdentifierTable;
130 JSC::IdentifierTable* m_currentIdentifierTable
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp 40 IdentifierTable::~IdentifierTable()
46 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(StringImpl* value)
53 std::pair<HashSet<StringImpl*>::iterator, bool> IdentifierTable::add(U value)
60 IdentifierTable* createIdentifierTable()
62 return new IdentifierTable;
65 void deleteIdentifierTable(IdentifierTable* table)
123 IdentifierTable& identifierTable = *globalData->identifierTable;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
10 // This file defines the IdentifierInfo, IdentifierTable, and Selector
35 class IdentifierTable;
80 friend class IdentifierTable;
364 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
372 /// Unlike the version in IdentifierTable, this returns a pointer instead
403 /// IdentifierTable - This table implements an efficient mapping from strings to
407 class IdentifierTable {
416 /// IdentifierTable ctor - Create the identifier table, populating it with
418 IdentifierTable(const LangOptions &LangOpts
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
11 // IdentifierTable interfaces.
15 #include "clang/Basic/IdentifierTable.h"
50 // IdentifierTable Implementation
73 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
120 const LangOptions &LangOpts, IdentifierTable &Table) {
152 IdentifierTable &Table) {
161 IdentifierTable &Table) {
167 void IdentifierTable::AddKeywords(const LangOptions &LangOpts)
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2029 milliseconds