Searched refs:ClearWatchpoint (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DVariableWatchpointSetInlines.h38 case ClearWatchpoint:
H A DVariableWatchpointSet.h40 : WatchpointSet(ClearWatchpoint)
H A DWatchpoint.h50 ClearWatchpoint, enumerator in enum:JSC::WatchpointState
114 if (state() == ClearWatchpoint)
215 if (decodeState(m_data) == ClearWatchpoint)
227 if (decodeState(m_data) == ClearWatchpoint)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSFunctionInlines.h38 , m_allocationProfileWatchpoint(ClearWatchpoint) // See comment in JSFunction.cpp concerning the reason for using ClearWatchpoint as opposed to IsWatched.
H A DSymbolTable.cpp104 , m_functionEnteredOnce(ClearWatchpoint)
H A DJSFunction.cpp100 , m_allocationProfileWatchpoint(ClearWatchpoint)
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm92 const ClearWatchpoint = 0

Completed in 193 milliseconds