Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp439 if (!shouldOptimizeLocals()) in registerFor()
457 if (!shouldOptimizeLocals()) in willResolveToArguments()
496 return shouldOptimizeLocals() && symbolTable().contains(ident.ustring().rep()); in isLocal()
1000 if (shouldOptimizeLocals() && m_codeType == GlobalCode) { in findScopedProperty()
DBytecodeGenerator.h464 bool shouldOptimizeLocals() { return (m_codeType != EvalCode) && !m_dynamicScopeDepth; } in shouldOptimizeLocals() function
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1013186 (KJS::CodeGenerator::shouldOptimizeLocals): Factored out a function