Searched refs:NotifyStore_Locked (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.h | 402 void NotifyStore_Locked(int32_t addr, bool is_requesting_processor); 415 void NotifyStore_Locked(int32_t addr, Processor* processor);
|
D | simulator-ppc.cc | 907 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW() 932 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW() 972 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH() 985 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH() 1038 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB() 1050 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB() 1084 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteDW() 4217 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 4251 void Simulator::GlobalMonitor::NotifyStore_Locked(int32_t addr, in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor 4256 iter->NotifyStore_Locked(addr, is_requesting_processor); in NotifyStore_Locked()
|
/external/v8/src/arm/ |
D | simulator-arm.h | 461 void NotifyStore_Locked(int32_t addr, bool is_requesting_processor); 480 void NotifyStore_Locked(int32_t addr, Processor* processor);
|
D | simulator-arm.cc | 956 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteW() 1007 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH() 1018 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteH() 1063 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB() 1072 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteB() 1114 global_monitor_.Pointer()->NotifyStore_Locked(addr, in WriteDW() 5969 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 6030 void Simulator::GlobalMonitor::NotifyStore_Locked(int32_t addr, in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor 6035 iter->NotifyStore_Locked(addr, is_requesting_processor); in NotifyStore_Locked()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1739 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in LoadStoreHelper() 1873 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in LoadStorePairHelper() 2172 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in VisitLoadStoreAcquireRelease() 4491 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in NEONLoadStoreMultiStructHelper() 4737 global_monitor_.Pointer()->NotifyStore_Locked(&global_monitor_processor_); in NEONLoadStoreSingleStructHelper() 5776 void Simulator::GlobalMonitor::Processor::NotifyStore_Locked( in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 5823 void Simulator::GlobalMonitor::NotifyStore_Locked(Processor* processor) { in NotifyStore_Locked() function in v8::internal::Simulator::GlobalMonitor 5827 iter->NotifyStore_Locked(is_requesting_processor); in NotifyStore_Locked()
|
D | simulator-arm64.h | 2243 void NotifyStore_Locked(bool is_requesting_processor); 2262 void NotifyStore_Locked(Processor* processor);
|