HomeSort by relevance Sort by last modified time
    Searched refs:m_shouldEmitProfileHooks (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 203 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
325 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
489 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
    [all...]
BytecodeGenerator.h 399 bool shouldEmitProfileHooks() { return m_shouldEmitProfileHooks; }
513 bool m_shouldEmitProfileHooks;

Completed in 19 milliseconds