Home
last modified time | relevance | path

Searched refs:topScope (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1701 …codeGenerator::emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowConte… in emitComplexJumpScopes() argument
1703 while (topScope > bottomScope) { in emitComplexJumpScopes()
1707 while (topScope > bottomScope) { in emitComplexJumpScopes()
1708 if (topScope->isFinallyBlock) in emitComplexJumpScopes()
1711 --topScope; in emitComplexJumpScopes()
1722 if (topScope == bottomScope) { in emitComplexJumpScopes()
1734 while (topScope > bottomScope && topScope->isFinallyBlock) { in emitComplexJumpScopes()
1735 … emitJumpSubroutine(topScope->finallyContext.retAddrDst, topScope->finallyContext.finallyAddr); in emitComplexJumpScopes()
1736 --topScope; in emitComplexJumpScopes()
DBytecodeGenerator.h355 …PassRefPtr<Label> emitComplexJumpScopes(Label* target, ControlFlowContext* topScope, ControlFlowCo…
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-163938 with a bounds check. The old loop logic would decrement and read topScope