• Home
  • Raw
  • Download

Lines Matching refs:GlobalMonitor

28 DEFINE_LAZY_LEAKY_OBJECT_GETTER(Simulator::GlobalMonitor,  in DEFINE_LAZY_LEAKY_OBJECT_GETTER()  argument
29 Simulator::GlobalMonitor::Get) in DEFINE_LAZY_LEAKY_OBJECT_GETTER()
837 GlobalMonitor::Get()->RemoveLinkedAddress(&global_monitor_thread_); in ~Simulator()
1871 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteW()
1872 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteW()
1893 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteConditionalW()
1895 GlobalMonitor::Get()->NotifyStoreConditional_Locked( in WriteConditionalW()
1898 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteConditionalW()
1943 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in Write2W()
1944 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in Write2W()
1965 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteConditional2W()
1968 GlobalMonitor::Get()->NotifyStoreConditional_Locked( in WriteConditional2W()
1971 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteConditional2W()
2001 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteD()
2002 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteD()
2044 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteH()
2045 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteH()
2060 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteH()
2061 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteH()
2089 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteB()
2090 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteB()
2098 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteB()
2099 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteB()
2126 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteMem()
2127 GlobalMonitor::Get()->NotifyStore_Locked(&global_monitor_thread_); in WriteMem()
7043 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in DecodeTypeImmediate()
7047 GlobalMonitor::Get()->NotifyLoadLinked_Locked(addr, in DecodeTypeImmediate()
7059 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in DecodeTypeImmediate()
7063 GlobalMonitor::Get()->NotifyLoadLinked_Locked(addr, in DecodeTypeImmediate()
7158 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in DecodeTypeImmediate()
7165 GlobalMonitor::Get()->NotifyLoadLinked_Locked( in DecodeTypeImmediate()
7171 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in DecodeTypeImmediate()
7178 GlobalMonitor::Get()->NotifyLoadLinked_Locked( in DecodeTypeImmediate()
7549 Simulator::GlobalMonitor::LinkedAddress::LinkedAddress() in LinkedAddress()
7556 void Simulator::GlobalMonitor::LinkedAddress::Clear_Locked() { in Clear_Locked()
7561 void Simulator::GlobalMonitor::LinkedAddress::NotifyLoadLinked_Locked( in NotifyLoadLinked_Locked()
7567 void Simulator::GlobalMonitor::LinkedAddress::NotifyStore_Locked() { in NotifyStore_Locked()
7575 bool Simulator::GlobalMonitor::LinkedAddress::NotifyStoreConditional_Locked( in NotifyStoreConditional_Locked()
7603 void Simulator::GlobalMonitor::NotifyLoadLinked_Locked( in NotifyLoadLinked_Locked()
7609 void Simulator::GlobalMonitor::NotifyStore_Locked( in NotifyStore_Locked()
7617 bool Simulator::GlobalMonitor::NotifyStoreConditional_Locked( in NotifyStoreConditional_Locked()
7633 bool Simulator::GlobalMonitor::IsProcessorInLinkedList_Locked( in IsProcessorInLinkedList_Locked()
7639 void Simulator::GlobalMonitor::PrependProcessor_Locked( in PrependProcessor_Locked()
7653 void Simulator::GlobalMonitor::RemoveLinkedAddress( in RemoveLinkedAddress()