Searched refs:IsWatched (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DVariableWatchpointSetInlines.h43 case IsWatched:
H A DWatchpoint.h51 IsWatched, enumerator in enum:JSC::WatchpointState
65 // watched and it returned IsWatched and *second* you actually read its
102 m_state = IsWatched;
107 if (state() != IsWatched)
122 if (state() == IsWatched)
206 m_data = encodeState(IsWatched);
228 m_data = encodeState(IsWatched);
H A DWatchpoint.cpp64 m_state = IsWatched;
69 ASSERT(state() == IsWatched);
H A DVariableWatchpointSet.h52 // IsWatched: in this case, the variable's value must still be the
70 ASSERT(!!m_inferredValue == (state() == IsWatched));
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayBufferNeuteringWatchpoint.cpp40 , m_set(adoptRef(new WatchpointSet(IsWatched)))
H A DJSGlobalObject.cpp167 , m_masqueradesAsUndefinedWatchpoint(adoptRef(new WatchpointSet(IsWatched)))
168 , m_havingABadTimeWatchpoint(adoptRef(new WatchpointSet(IsWatched)))
169 , m_varInjectionWatchpoint(adoptRef(new WatchpointSet(IsWatched)))
H A DStructure.cpp157 , m_transitionWatchpointSet(IsWatched)
187 , m_transitionWatchpointSet(IsWatched)
216 , m_transitionWatchpointSet(IsWatched)
H A DVM.cpp887 result.iterator->value = adoptRef(new WatchpointSet(IsWatched));
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm93 const IsWatched = 1

Completed in 117 milliseconds