Home
last modified time | relevance | path

Searched refs:ScopeNode (Results 1 – 11 of 11) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h92 class ScopeNode; variable
96 ScopeSampleRecord(ScopeNode* scope) in ScopeSampleRecord()
114 RefPtr<ScopeNode> m_scope;
122 typedef WTF::HashMap<ScopeNode*, ScopeSampleRecord*> ScopeSampleRecordMap;
213 void notifyOfScope(ScopeNode* scope);
DCodeBlock.h254 CodeBlock(ScopeNode* ownerNode);
255 … CodeBlock(ScopeNode* ownerNode, CodeType, PassRefPtr<SourceProvider>, unsigned sourceOffset);
352 ScopeNode* ownerNode() const { return m_ownerNode; } in ownerNode()
484 ScopeNode* m_ownerNode;
561 …ProgramCodeBlock(ScopeNode* ownerNode, CodeType codeType, JSGlobalObject* globalObject, PassRefPtr… in ProgramCodeBlock()
582 …EvalCodeBlock(ScopeNode* ownerNode, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourc… in EvalCodeBlock()
DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScopeNode* scope) in notifyOfScope()
DCodeBlock.cpp1249 CodeBlock::CodeBlock(ScopeNode* ownerNode) in CodeBlock()
1271 CodeBlock::CodeBlock(ScopeNode* ownerNode, CodeType codeType, PassRefPtr<SourceProvider> sourceProv… in CodeBlock()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalData.h56 class ScopeNode; variable
148 ScopeNode* scopeNodeBeingReparsed;
/external/webkit/JavaScriptCore/parser/
DNodes.h1396 class ScopeNode : public StatementNode, public ParserArenaRefCounted {
1401 ScopeNode(JSGlobalData*);
1402ScopeNode(JSGlobalData*, const SourceCode&, SourceElements*, VarStack*, FunctionStack*, CodeFeatur…
1472 class ProgramNode : public ScopeNode {
1505 class EvalNode : public ScopeNode {
1542 class FunctionBodyNode : public ScopeNode {
DNodes.cpp1834 ScopeNode::ScopeNode(JSGlobalData* globalData) in ScopeNode() function in JSC::ScopeNode
1845 ScopeNode::ScopeNode(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, … in ScopeNode() function in JSC::ScopeNode
1861 : ScopeNode(globalData, source, children, varStack, funcStack, features, numConstants) in ProgramNode()
1916 : ScopeNode(globalData, source, children, varStack, funcStack, features, numConstants) in EvalNode()
1995 : ScopeNode(globalData) in FunctionBodyNode()
2002 : ScopeNode(globalData, sourceCode, children, varStack, funcStack, features, numConstants) in FunctionBodyNode()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h52 class ScopeNode; variable
438 ScopeNode* m_scopeNode;
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-162008 (JSC::ScopeNode::generatedJITCode):
2009 (JSC::ScopeNode::getExecutablePool):
2010 (JSC::ScopeNode::setJITCode):
2241 (JSC::ScopeNode::sourceURL):
2750 (JSC::ScopeNode::emitStatementsBytecode): Added.
2751 (JSC::ScopeNode::singleStatement): Added.
2907 (JSC::ScopeNode::ScopeNode):
3497 (JSC::ScopeNode::ScopeNode): Added ParserArenaRefCounted initializer.
3662 (JSC::ScopeNode::ScopeNode): Pass in the arena when creating the
4113 a ScopeNode appears to now occur before the sampling tool (or possibly the
[all …]
DChangeLog-2008-08-10199 (KJS::ScopeNode::ScopeNode):
208 (KJS::ScopeNode::neededConstants):
4105 (KJS::ScopeNode::ScopeNode):
7570 (KJS::ScopeNode::ScopeNode):
8186 (3) Added a feature to nix a ScopeNode's declaration stacks when done
8190 just use the originals in the ScopeNode now.
8193 constructor: we just use get that data from the ScopeNode now.
9918 owner ScopeNode so we can retrieve data from it. This allows us to
11976 (KJS::ScopeNode::optimizeVariableAccess):
14077 (KJS::ScopeNode::optimizeVariableAccess):
[all …]
DChangeLog95 (JSC::ScopeNode::markAggregate):