Lines Matching refs:GlobalMonitor
62 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ =
5758 Simulator::GlobalMonitor::Processor::Processor() in Processor()
5765 void Simulator::GlobalMonitor::Processor::Clear_Locked() { in Clear_Locked()
5770 void Simulator::GlobalMonitor::Processor::NotifyLoadExcl_Locked( in NotifyLoadExcl_Locked()
5776 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked()
5785 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked()
5815 Simulator::GlobalMonitor::GlobalMonitor() : head_(nullptr) {} in GlobalMonitor() function in v8::internal::Simulator::GlobalMonitor
5817 void Simulator::GlobalMonitor::NotifyLoadExcl_Locked(uintptr_t addr, in NotifyLoadExcl_Locked()
5823 void Simulator::GlobalMonitor::NotifyStore_Locked(Processor* processor) { in NotifyStore_Locked()
5831 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(uintptr_t addr, in NotifyStoreExcl_Locked()
5847 bool Simulator::GlobalMonitor::IsProcessorInLinkedList_Locked( in IsProcessorInLinkedList_Locked()
5852 void Simulator::GlobalMonitor::PrependProcessor_Locked(Processor* processor) { in PrependProcessor_Locked()
5865 void Simulator::GlobalMonitor::RemoveProcessor(Processor* processor) { in RemoveProcessor()