Lines Matching refs:GlobalMonitor
28 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ =
5952 Simulator::GlobalMonitor::Processor::Processor() in Processor()
5959 void Simulator::GlobalMonitor::Processor::Clear_Locked() { in Clear_Locked()
5964 void Simulator::GlobalMonitor::Processor::NotifyLoadExcl_Locked(int32_t addr) { in NotifyLoadExcl_Locked()
5969 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked()
5988 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked()
6022 Simulator::GlobalMonitor::GlobalMonitor() : head_(nullptr) {} in GlobalMonitor() function in v8::internal::Simulator::GlobalMonitor
6024 void Simulator::GlobalMonitor::NotifyLoadExcl_Locked(int32_t addr, in NotifyLoadExcl_Locked()
6030 void Simulator::GlobalMonitor::NotifyStore_Locked(int32_t addr, in NotifyStore_Locked()
6039 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(int32_t addr, in NotifyStoreExcl_Locked()
6055 bool Simulator::GlobalMonitor::IsProcessorInLinkedList_Locked( in IsProcessorInLinkedList_Locked()
6060 void Simulator::GlobalMonitor::PrependProcessor_Locked(Processor* processor) { in PrependProcessor_Locked()
6073 void Simulator::GlobalMonitor::RemoveProcessor(Processor* processor) { in RemoveProcessor()