Searched refs:m_shouldEmitProfileHooks (Results 1 – 2 of 2) sorted by relevance
207 , 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 …]
472 bool m_shouldEmitProfileHooks; variable