Searched refs:global_monitor_ (Results 1 – 8 of 8) sorted by relevance
31 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ = member in v8::internal::Simulator777 global_monitor_.Pointer()->RemoveProcessor(&global_monitor_processor_); in ~Simulator()877 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadWU()884 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExWU()886 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExWU()895 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadW()905 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteW()907 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW()915 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExW()917 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExW()[all …]
430 static base::LazyInstance<GlobalMonitor>::type global_monitor_; variable
28 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ = member in v8::internal::Simulator698 global_monitor_.Pointer()->RemoveProcessor(&global_monitor_processor_); in ~Simulator()936 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadW()943 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExW()945 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExW()954 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteW()956 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW()963 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExW()965 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExW()978 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadHU()[all …]
495 static base::LazyInstance<GlobalMonitor>::type global_monitor_; variable
62 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ = member in v8::internal::Simulator371 global_monitor_.Pointer()->RemoveProcessor(&global_monitor_processor_); in ~Simulator()1734 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in LoadStoreHelper()1739 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in LoadStoreHelper()1868 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in LoadStorePairHelper()1873 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in LoadStorePairHelper()2019 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in VisitLoadLiteral()2110 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in VisitLoadStoreAcquireRelease()2114 global_monitor_.Pointer()->NotifyLoadExcl_Locked( in VisitLoadStoreAcquireRelease()2147 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in VisitLoadStoreAcquireRelease()[all …]
2277 static base::LazyInstance<GlobalMonitor>::type global_monitor_; variable
3102 SimExclusiveGlobalMonitor global_monitor_;
1909 global_monitor_.IsExclusive(address, access_size); in VisitLoadStoreExclusive()