Searched defs:isWatchpoint (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DExitKind.h60 inline bool isWatchpoint(ExitKind kind) function in namespace:JSC
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOSRExit.cpp35 OSRExit::OSRExit(unsigned id, const OriginStack& origin, ExitKind kind, bool isWatchpoint) argument
H A DProfilerOSRExit.h43 bool isWatchpoint() const { return m_isWatchpoint; } function in class:JSC::Profiler::OSRExit
H A DProfilerCompilation.cpp90 OSRExit* Compilation::addOSRExit(unsigned id, const OriginStack& originStack, ExitKind exitKind, bool isWatchpoint) argument

Completed in 112 milliseconds