Home
last modified time | relevance | path

Searched defs:symbolTable (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DShHandle.h82 TSymbolTable symbolTable; variable
DparseConst.cpp47 TSymbolTable& symbolTable; member in TConstTraverser
226 …de* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable& symbolTable, TType t… in parseConstTree()
DInitialize.cpp513 TSymbolTable& symbolTable) in IdentifyBuiltIns()
DCompiler.cpp16 TInfoSink& infoSink, TSymbolTable& symbolTable) in InitializeSymbolTable()
DParseHelper.h38 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed member
DIntermediate.cpp146 …(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line, TSymbolTable& symbolTable) in addBinaryMath()
281 …ate::addUnaryMath(TOperator op, TIntermNode* childNode, TSourceLoc line, TSymbolTable& symbolTable) in addUnaryMath()
DValidateLimitations.cpp394 TSymbolTable& symbolTable = GlobalParseContext->symbolTable; in validateFunctionCall() local
/external/webkit/Source/JavaScriptCore/runtime/
DJSVariableObject.h47 SymbolTable& symbolTable() const { return *m_symbolTable; } in symbolTable() function
69 …JSVariableObject(JSGlobalData& globalData, Structure* structure, SymbolTable* symbolTable, Registe… in JSVariableObject()
DExecutable.h370 SharedSymbolTable* symbolTable() const { return m_symbolTable; } in symbolTable() function
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp201 …Generator(ProgramNode* programNode, ScopeChainNode* scopeChain, SymbolTable* symbolTable, ProgramC… in BytecodeGenerator()
323 …tor(FunctionBodyNode* functionBody, ScopeChainNode* scopeChain, SymbolTable* symbolTable, CodeBloc… in BytecodeGenerator()
487 …tecodeGenerator(EvalNode* evalNode, ScopeChainNode* scopeChain, SymbolTable* symbolTable, EvalCode… in BytecodeGenerator()
DBytecodeGenerator.h501 SymbolTable& symbolTable() { return *m_symbolTable; } in symbolTable() function
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h458 SymbolTable* symbolTable() { return m_symbolTable; } in symbolTable() function