Lines Matching refs:global_monitor_
31 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ = member in v8::internal::Simulator
777 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()
930 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteW()
932 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW()
942 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadHU()
949 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExHU()
951 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExHU()
960 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadH()
970 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteH()
972 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH()
983 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteH()
985 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH()
993 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExH()
995 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExH()
1008 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadBU()
1018 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadB()
1025 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExBU()
1027 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExBU()
1036 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteB()
1038 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB()
1048 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteB()
1050 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB()
1057 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExB()
1059 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExB()
1072 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadDW()
1082 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteDW()
1084 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteDW()