Searched refs:hasBeenInvalidated (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWatchpoints.h69 static bool hasBeenInvalidated(T* set) { return set->hasBeenInvalidated(); } function in struct:JSC::DFG::GenericSetAdaptor
74 static bool hasBeenInvalidated(JSArrayBufferView* view) function in struct:JSC::DFG::ArrayBufferViewWatchpointAdaptor
131 if (Adaptor::hasBeenInvalidated(*iter))
136 if (Adaptor::hasBeenInvalidated(m_profiledWatchpoints[i].m_set))
146 return !Adaptor::hasBeenInvalidated(set);
156 bool result = !Adaptor::hasBeenInvalidated(set);
167 return iter->value != !Adaptor::hasBeenInvalidated(set);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DWatchpoint.h87 bool hasBeenInvalidated() const { return !isStillValid(); } function in class:JSC::WatchpointSet
180 bool hasBeenInvalidated() const function in class:JSC::InlineWatchpointSet
186 return fat(data)->hasBeenInvalidated();
191 // Like hasBeenInvalidated(), may be called from another thread.
194 return !hasBeenInvalidated();
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStructure.h366 return m_transitionWatchpointSet.hasBeenInvalidated();
H A DJSGlobalObject.h501 return m_havingABadTimeWatchpoint->hasBeenInvalidated();
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOpcodes.cpp1077 if (m_codeBlock->symbolTable()->m_functionEnteredOnce.hasBeenInvalidated())

Completed in 228 milliseconds