• Home
  • Raw
  • Download

Lines Matching refs:global_monitor_

28 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ =  member in v8::internal::Simulator
698 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()
987 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadH()
994 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExHU()
996 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExHU()
1005 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteH()
1007 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH()
1016 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteH()
1018 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH()
1025 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExH()
1027 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExH()
1038 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadBU()
1045 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadB()
1052 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExBU()
1054 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExBU()
1061 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteB()
1063 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB()
1070 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteB()
1072 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB()
1079 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExB()
1081 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExB()
1094 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadDW()
1101 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in ReadExDW()
1103 global_monitor_.Pointer()->NotifyLoadExcl_Locked(addr, in ReadExDW()
1112 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteDW()
1114 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteDW()
1122 base::LockGuard<base::Mutex> lock_guard(&global_monitor_.Pointer()->mutex); in WriteExDW()
1124 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExDW()