Home
last modified time | relevance | path

Searched refs:m_symbolTable (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/ksudoku/ksudoku-21.12.3/src/gui/views/
H A Dksview.cpp42 m_symbolTable = nullptr; in KsView()
102 return m_symbolTable; in symbolTable()
106 m_symbolTable = table; in setSymbolTable()
113 Q_EMIT symbolsChanged(m_symbolTable); in setWidget()
H A Dksview.h117 SymbolTable* m_symbolTable; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSVariableObject.h47 SymbolTable& symbolTable() const { return *m_symbolTable; } in symbolTable()
71 , m_symbolTable(symbolTable) in JSVariableObject()
74 ASSERT(m_symbolTable); in JSVariableObject()
87 SymbolTable* m_symbolTable; // Maps name -> offset from "r" in register file. variable
H A DJSStaticScopeObject.h36 …t(exec->globalData(), exec->globalData().staticScopeStructure.get(), &m_symbolTable, reinterpret_c… in JSStaticScopeObject()
56 SymbolTable m_symbolTable;
H A DExecutable.cpp81 , m_symbolTable(0) in FunctionExecutable()
93 , m_symbolTable(0) in FunctionExecutable()
273 m_symbolTable = m_codeBlockForCall->sharedSymbolTable(); in compileForCallInternal()
327 m_symbolTable = m_codeBlockForConstruct->sharedSymbolTable(); in compileForConstructInternal()
H A DJSActivation.cpp53 static_cast<SharedSymbolTable*>(m_symbolTable)->ref(); in JSActivation()
58 static_cast<SharedSymbolTable*>(m_symbolTable)->deref(); in ~JSActivation()
H A DJSGlobalObject.h113 SymbolTable m_symbolTable; variable
121 : JSVariableObject(globalData, structure, &m_symbolTable, 0) in JSGlobalObject()
134 : JSVariableObject(globalData, structure, &m_symbolTable, 0) in JSGlobalObject()
H A DExecutable.h376 SharedSymbolTable* symbolTable() const { return m_symbolTable; } in symbolTable()
402 SharedSymbolTable* m_symbolTable; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h474 SymbolTable* symbolTable() { return m_symbolTable; } in symbolTable()
475 …le() { ASSERT(m_codeType == FunctionCode); return static_cast<SharedSymbolTable*>(m_symbolTable); } in sharedSymbolTable()
550 SymbolTable* m_symbolTable; variable
H A DCodeBlock.cpp1299 if (!codeBlock->m_symbolTable.isEmpty()) { in dumpStatistics()
1301 …symbolTableTotalSize += (codeBlock->m_symbolTable.capacity() * (sizeof(SymbolTable::KeyType) + siz… in dumpStatistics()
1383 , m_symbolTable(symTab) in CodeBlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DCodeBlock.h469 SymbolTable* symbolTable() { return m_symbolTable; } in symbolTable()
470 …le() { ASSERT(m_codeType == FunctionCode); return static_cast<SharedSymbolTable*>(m_symbolTable); } in sharedSymbolTable()
541 SymbolTable* m_symbolTable; variable
H A DCodeBlock.cpp1199 if (!codeBlock->m_symbolTable.isEmpty()) { in dumpStatistics()
1201 …symbolTableTotalSize += (codeBlock->m_symbolTable.capacity() * (sizeof(SymbolTable::KeyType) + siz… in dumpStatistics()
1289 , m_symbolTable(symTab) in CodeBlock()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DCodeBlock.h469 SymbolTable* symbolTable() { return m_symbolTable; } in symbolTable()
470 …le() { ASSERT(m_codeType == FunctionCode); return static_cast<SharedSymbolTable*>(m_symbolTable); } in sharedSymbolTable()
541 SymbolTable* m_symbolTable; variable
H A DCodeBlock.cpp1199 if (!codeBlock->m_symbolTable.isEmpty()) { in dumpStatistics()
1201 …symbolTableTotalSize += (codeBlock->m_symbolTable.capacity() * (sizeof(SymbolTable::KeyType) + siz… in dumpStatistics()
1289 , m_symbolTable(symTab) in CodeBlock()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DCodeBlock.h469 SymbolTable* symbolTable() { return m_symbolTable; } in symbolTable()
470 …le() { ASSERT(m_codeType == FunctionCode); return static_cast<SharedSymbolTable*>(m_symbolTable); } in sharedSymbolTable()
541 SymbolTable* m_symbolTable; variable
H A DCodeBlock.cpp1199 if (!codeBlock->m_symbolTable.isEmpty()) { in dumpStatistics()
1201 …symbolTableTotalSize += (codeBlock->m_symbolTable.capacity() * (sizeof(SymbolTable::KeyType) + siz… in dumpStatistics()
1289 , m_symbolTable(symTab) in CodeBlock()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes.cpp890 size_t oldId = m_symbolTable.get(ident.ustring().rep()); in addSymbol()
899 m_symbolTable.set(ident.ustring().rep(), id); in addSymbol()
909 size_t oldId = m_symbolTable.get(ident.ustring().rep()); in addSymbolOverwriteID()
915 m_symbolTable.set(ident.ustring().rep(), id); in addSymbolOverwriteID()
H A Dnodes.h1314 return m_symbolTable; in symbolTable()
1318 return m_symbolTable.get(id.ustring().rep()); in lookupSymbolID()
1398 SymbolTable m_symbolTable; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h462 SymbolTable& symbolTable() { return *m_symbolTable; } in symbolTable()
475 SymbolTable* m_symbolTable; variable
H A DBytecodeGenerator.cpp209 , m_symbolTable(symbolTable) in BytecodeGenerator()
295 , m_symbolTable(symbolTable) in BytecodeGenerator()
377 , m_symbolTable(symbolTable) in BytecodeGenerator()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h462 SymbolTable& symbolTable() { return *m_symbolTable; } in symbolTable()
475 SymbolTable* m_symbolTable; variable
H A DBytecodeGenerator.cpp209 , m_symbolTable(symbolTable) in BytecodeGenerator()
295 , m_symbolTable(symbolTable) in BytecodeGenerator()
377 , m_symbolTable(symbolTable) in BytecodeGenerator()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h462 SymbolTable& symbolTable() { return *m_symbolTable; } in symbolTable()
475 SymbolTable* m_symbolTable; variable
H A DBytecodeGenerator.cpp209 , m_symbolTable(symbolTable) in BytecodeGenerator()
295 , m_symbolTable(symbolTable) in BytecodeGenerator()
377 , m_symbolTable(symbolTable) in BytecodeGenerator()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h501 SymbolTable& symbolTable() { return *m_symbolTable; } in symbolTable()
517 SymbolTable* m_symbolTable; variable

12