Home
last modified time | relevance | path

Searched refs:m_shouldEmitProfileHooks (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp207 , m_shouldEmitProfileHooks(scopeChain.globalObject()->supportsProfiling()) in BytecodeGenerator()
293 , m_shouldEmitProfileHooks(scopeChain.globalObject()->supportsProfiling()) in BytecodeGenerator()
375 , m_shouldEmitProfileHooks(scopeChain.globalObject()->supportsProfiling()) in BytecodeGenerator()
1408 if (m_shouldEmitProfileHooks) { in emitCall()
1436 if (m_shouldEmitProfileHooks) { in emitCall()
1458 if (m_shouldEmitProfileHooks) { in emitCall()
1485 if (m_shouldEmitProfileHooks) { in emitCallVarargs()
1502 if (m_shouldEmitProfileHooks) { in emitCallVarargs()
1532 if (m_shouldEmitProfileHooks) { in emitConstruct()
1554 if (m_shouldEmitProfileHooks) { in emitConstruct()
[all …]
DBytecodeGenerator.h472 bool m_shouldEmitProfileHooks; variable