Searched refs:watchpointSet (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DSymbolTable.h235 WatchpointSet* watchpointSet() function in struct:JSC::SymbolTableEntry
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOperations.h147 void DFG_OPERATION operationNotifyGlobalVarWrite(WatchpointSet* watchpointSet) WTF_INTERNAL;
H A DDFGOperations.cpp1227 void DFG_OPERATION operationNotifyGlobalVarWrite(WatchpointSet* watchpointSet) argument
1229 watchpointSet->notifyWrite();
H A DDFGSpeculativeJIT32_64.cpp4223 WatchpointSet* watchpointSet = local
4225 identifier(node->identifierNumberForCheck())->impl()).watchpointSet();
4230 JITCompiler::AbsoluteAddress(watchpointSet->addressOfIsWatched())),
4231 this, operationNotifyGlobalVarWrite, NoResult, watchpointSet));
H A DDFGSpeculativeJIT64.cpp4110 WatchpointSet* watchpointSet = local
4112 identifier(node->identifierNumberForCheck())->impl()).watchpointSet();
4117 JITCompiler::AbsoluteAddress(watchpointSet->addressOfIsWatched())),
4118 this, operationNotifyGlobalVarWrite, NoResult, watchpointSet));
H A DDFGSpeculativeJIT.h1042 JITCompiler::Call callOperation(V_DFGOperation_W operation, WatchpointSet* watchpointSet) argument
1044 m_jit.setupArguments(TrustedImmPtr(watchpointSet));

Completed in 273 milliseconds