Searched refs:supportsProfiling (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp94 bool JSDOMWindowBase::supportsProfiling() const function in class:WebCore::JSDOMWindowBase
128 ASSERT(enabled || !supportsProfiling());
H A DJSDOMWindowBase.h66 virtual bool supportsProfiling() const;
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.h219 virtual bool supportsProfiling() const { return false; } function in class:JSC::JSGlobalObject
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp203 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
325 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())
489 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling())

Completed in 118 milliseconds