HomeSort by relevance Sort by last modified time
    Searched full:scopedepth (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget)
47 , m_scopeDepth(scopeDepth)
66 int scopeDepth() const { return m_scopeDepth; }
BytecodeGenerator.h 374 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; }
BytecodeGenerator.cpp 669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
    [all...]
NodesCodegen.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.cpp 58 int scopeDepth = 0;
65 ++scopeDepth;
67 return scopeDepth;
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 74 uint32_t scopeDepth;
  /external/clang/lib/CodeGen/
CodeGenFunction.h 554 JumpDest() : Block(0), ScopeDepth(), Index(0) {}
558 : Block(Block), ScopeDepth(Depth), Index(Index) {}
562 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
567 EHScopeStack::stable_iterator ScopeDepth;
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 707 scopeDelta = depth(codeBlock, scopeChain) - handler->scopeDepth;
    [all...]

Completed in 1892 milliseconds