Searched refs:SymbolTable (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/WebKit-7600.1.25/mac/ForwardingHeaders/runtime/
H A DSymbolTable.h1 #include <JavaScriptCore/SymbolTable.h>
/macosx-10.10/WebCore-7600.1.25/ForwardingHeaders/runtime/
H A DSymbolTable.h3 #include <JavaScriptCore/SymbolTable.h>
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSymbolTable.cpp30 #include "SymbolTable.h"
39 const ClassInfo SymbolTable::s_info = { "SymbolTable", 0, 0, 0, CREATE_METHOD_TABLE(SymbolTable) };
50 void SymbolTable::destroy(JSCell* cell)
52 SymbolTable* thisObject = jsCast<SymbolTable*>(cell);
53 thisObject->SymbolTable::~SymbolTable();
69 void SymbolTableEntry::prepareToWatch(SymbolTable* symbolTabl
98 SymbolTable::SymbolTable(VM& vm) function in class:JSC::SymbolTable
[all...]
H A DJSSymbolTableObject.h34 #include "SymbolTable.h"
43 SymbolTable* symbolTable() const { return m_symbolTable.get(); }
51 JSSymbolTableObject(VM& vm, Structure* structure, JSScope* scope, SymbolTable* symbolTable = 0)
62 m_symbolTable.set(vm, this, SymbolTable::create(vm));
67 WriteBarrier<SymbolTable> m_symbolTable;
74 SymbolTable& symbolTable = *object->symbolTable();
76 SymbolTable::Map::iterator iter = symbolTable.find(locker, propertyName.uid());
89 SymbolTable& symbolTable = *object->symbolTable();
91 SymbolTable::Map::iterator iter = symbolTable.find(locker, propertyName.uid());
106 SymbolTable
[all...]
H A DSymbolTable.h221 void prepareToWatch(SymbolTable*);
334 class SymbolTable : public JSCell { class in namespace:JSC
340 static SymbolTable* create(VM& vm)
342 SymbolTable* symbolTable = new (NotNull, allocateCell<SymbolTable>(vm.heap)) SymbolTable(vm);
471 SymbolTable* cloneCapturedNames(VM&);
483 WatchpointCleanup(SymbolTable*);
490 SymbolTable* m_symbolTable;
493 JS_EXPORT_PRIVATE SymbolTable(V
[all...]
H A DJSSymbolTableObject.cpp65 SymbolTable::Map::iterator end = thisObject->symbolTable()->end(locker);
66 for (SymbolTable::Map::iterator it = thisObject->symbolTable()->begin(locker); it != end; ++it) {
H A DJSActivation.h36 #include "SymbolTable.h"
44 JSActivation(VM&, CallFrame*, Register*, SymbolTable*);
51 SymbolTable* symbolTable = codeBlock->symbolTable();
91 static int registersOffset(SymbolTable*);
105 static size_t allocationSize(SymbolTable*);
114 inline JSActivation::JSActivation(VM& vm, CallFrame* callFrame, Register* registers, SymbolTable* symbolTable)
141 inline int JSActivation::registersOffset(SymbolTable* symbolTable)
179 inline size_t JSActivation::allocationSize(SymbolTable* symbolTable)
H A DJSVariableObject.h35 #include "SymbolTable.h"
65 SymbolTable* symbolTable = 0)
H A DJSActivation.cpp95 SymbolTable::Map::iterator iter = symbolTable()->find(locker, propertyName.uid());
125 SymbolTable::Map::iterator end = thisObject->symbolTable()->end(locker);
126 for (SymbolTable::Map::iterator it = thisObject->symbolTable()->begin(locker); it != end; ++it) {
145 SymbolTable::Map::iterator iter = symbolTable()->find(locker, propertyName.uid());
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dsymtable.h54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ { class
67 virtual ~SymbolTable();
H A Duniset.h31 class SymbolTable;
398 const SymbolTable* symbols,
417 const SymbolTable* symbols,
616 const SymbolTable* symbols,
654 const SymbolTable* symbols,
1492 const SymbolTable* symbols,
1496 const SymbolTable* symbols,
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DVariableWatchpointSet.h34 class SymbolTable;
39 VariableWatchpointSet(SymbolTable& symbolTable)
85 SymbolTable& m_symbolTable;
H A DUnlinkedCodeBlock.h39 #include "SymbolTable.h"
57 class SymbolTable;
105 SymbolTable* symbolTable(CodeSpecializationKind kind)
178 WriteBarrier<SymbolTable> m_symbolTableForCall;
179 WriteBarrier<SymbolTable> m_symbolTableForConstruct;
406 SymbolTable* symbolTable() const { return m_symbolTable.get(); }
407 void setSymbolTable(SymbolTable* table) { m_symbolTable.set(*m_vm, this, table); }
495 m_symbolTable.set(vm, this, SymbolTable::create(vm));
541 WriteBarrier<SymbolTable> m_symbolTable;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Druleiter.h20 class SymbolTable;
51 const SymbolTable* sym;
72 * its value. Variables are parsed using the SymbolTable API.
101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
H A Druleiter.cpp23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym,
46 if (c == SymbolTable::SYMBOL_REF && buf == 0 &&
H A Duniset_closure.cpp49 const SymbolTable* symbols,
70 const SymbolTable* symbols,
95 const SymbolTable* symbols,
117 const SymbolTable* symbols,
H A Drbbirb.h39 // RBBISymbolTable. Implements SymbolTable interface that is used by the
56 class RBBISymbolTable : public UMemory, public SymbolTable {
69 // API inherited from class SymbolTable
H A Duniset_props.cpp372 const SymbolTable* symbols,
442 const SymbolTable* symbols,
719 case SymbolTable::SYMBOL_REF:
732 c = SymbolTable::SYMBOL_REF;
743 patLocal.append((UChar) SymbolTable::SYMBOL_REF);
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp192 SymbolTable = i;
219 StringRef(Parent->SymbolTable->getBuffer()->getBufferStart() + StringIndex);
224 const char *buf = Parent->SymbolTable->getBuffer()->getBufferStart();
249 Parent->SymbolTable->getBuffer()->getBuffer().find('\0', t.StringIndex) + 1;
255 const char *buf = SymbolTable->getBuffer()->getBufferStart();
261 buf - SymbolTable->getBuffer()->getBufferStart();
266 const char *buf = SymbolTable->getBuffer()->getBufferStart();
H A DCOFFObjectFile.cpp423 , SymbolTable(0)
461 SymbolTable =
464 if (!checkAddr(Data, ec, uintptr_t(SymbolTable),
491 ret.p = reinterpret_cast<intptr_t>(SymbolTable);
600 Result = SymbolTable + index;
708 Symb.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h46 typedef StringMap<MCSymbol*, BumpPtrAllocator&> SymbolTable; typedef in class:llvm::MCContext
67 SymbolTable Symbols;
192 const SymbolTable &getSymbols() const {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DArchive.h138 child_iterator SymbolTable; member in class:llvm::object::Archive
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp72 SymbolTable("t", cl::desc("Display the symbol table"));
582 if (SymbolTable)
662 && !SymbolTable) {
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp189 SymbolTableMap &SymbolTable) {
211 SymbolTable[Name.data()] = SymbolLoc(SectionID, Offset);
186 emitCommonSymbols(ObjectImage &Obj, const CommonSymbolMap &CommonSymbols, uint64_t TotalSize, SymbolTableMap &SymbolTable) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGStackLayoutPhase.cpp49 SymbolTable* symbolTable = codeBlock()->symbolTable();

Completed in 305 milliseconds

123