Searched refs:NotifyStoreExcl_Locked (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.h | 403 bool NotifyStoreExcl_Locked(int32_t addr, bool is_requesting_processor); 416 bool NotifyStoreExcl_Locked(int32_t addr, Processor* processor);
|
D | simulator-ppc.cc | 917 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExW() 995 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExH() 1059 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExB() 4227 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 4260 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(int32_t addr, in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor 4263 if (processor->NotifyStoreExcl_Locked(addr, true)) { in NotifyStoreExcl_Locked() 4267 iter->NotifyStoreExcl_Locked(addr, false); in NotifyStoreExcl_Locked()
|
/external/v8/src/arm/ |
D | simulator-arm.h | 462 bool NotifyStoreExcl_Locked(int32_t addr, bool is_requesting_processor); 481 bool NotifyStoreExcl_Locked(int32_t addr, Processor* processor);
|
D | simulator-arm.cc | 965 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExW() 1027 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExH() 1081 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExB() 1124 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in WriteExDW() 5988 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 6039 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(int32_t addr, in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor 6042 if (processor->NotifyStoreExcl_Locked(addr, true)) { in NotifyStoreExcl_Locked() 6046 iter->NotifyStoreExcl_Locked(addr, false); in NotifyStoreExcl_Locked()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 2147 global_monitor_.Pointer()->NotifyStoreExcl_Locked( in VisitLoadStoreAcquireRelease() 5785 bool Simulator::GlobalMonitor::Processor::NotifyStoreExcl_Locked( in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor::Processor 5831 bool Simulator::GlobalMonitor::NotifyStoreExcl_Locked(uintptr_t addr, in NotifyStoreExcl_Locked() function in v8::internal::Simulator::GlobalMonitor 5834 if (processor->NotifyStoreExcl_Locked(addr, true)) { in NotifyStoreExcl_Locked() 5838 iter->NotifyStoreExcl_Locked(addr, false); in NotifyStoreExcl_Locked()
|
D | simulator-arm64.h | 2244 bool NotifyStoreExcl_Locked(uintptr_t addr, bool is_requesting_processor); 2263 bool NotifyStoreExcl_Locked(uintptr_t addr, Processor* processor);
|