Lines Matching refs:GlobalMonitor
31 base::LazyInstance<Simulator::GlobalMonitor>::type Simulator::global_monitor_ =
4202 Simulator::GlobalMonitor::Processor::Processor() in Processor()
4208 void Simulator::GlobalMonitor::Processor::Clear_Locked() { in Clear_Locked()
4212 void Simulator::GlobalMonitor::Processor::NotifyLoadExcl_Locked(int32_t addr) { in NotifyLoadExcl_Locked()
4217 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked()
4227 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked()
4243 Simulator::GlobalMonitor::GlobalMonitor() : head_(nullptr) {} in GlobalMonitor() function in v8::internal::Simulator::GlobalMonitor
4245 void Simulator::GlobalMonitor::NotifyLoadExcl_Locked(int32_t addr, in NotifyLoadExcl_Locked()
4251 void Simulator::GlobalMonitor::NotifyStore_Locked(int32_t addr, in NotifyStore_Locked()
4260 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(int32_t addr, in NotifyStoreExcl_Locked()
4276 bool Simulator::GlobalMonitor::IsProcessorInLinkedList_Locked( in IsProcessorInLinkedList_Locked()
4281 void Simulator::GlobalMonitor::PrependProcessor_Locked(Processor* processor) { in PrependProcessor_Locked()
4294 void Simulator::GlobalMonitor::RemoveProcessor(Processor* processor) { in RemoveProcessor()