Home
last modified time | relevance | path

Searched refs:LocalMonitor (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h367 class LocalMonitor {
369 LocalMonitor();
428 LocalMonitor local_monitor_;
Dsimulator-ppc.cc4150 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
4155 void Simulator::LocalMonitor::Clear() { in Clear()
4161 void Simulator::LocalMonitor::NotifyLoad(int32_t addr) { in NotifyLoad()
4170 void Simulator::LocalMonitor::NotifyLoadExcl(int32_t addr, in NotifyLoadExcl()
4177 void Simulator::LocalMonitor::NotifyStore(int32_t addr) { in NotifyStore()
4186 bool Simulator::LocalMonitor::NotifyStoreExcl(int32_t addr, in NotifyStoreExcl()
/external/v8/src/arm/
Dsimulator-arm.h426 class LocalMonitor {
428 LocalMonitor();
493 LocalMonitor local_monitor_;
Dsimulator-arm.cc5890 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
5895 void Simulator::LocalMonitor::Clear() { in Clear()
5901 void Simulator::LocalMonitor::NotifyLoad(int32_t addr) { in NotifyLoad()
5910 void Simulator::LocalMonitor::NotifyLoadExcl(int32_t addr, in NotifyLoadExcl()
5917 void Simulator::LocalMonitor::NotifyStore(int32_t addr) { in NotifyStore()
5930 bool Simulator::LocalMonitor::NotifyStoreExcl(int32_t addr, in NotifyStoreExcl()
/external/v8/src/arm64/
Dsimulator-arm64.cc5703 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
5708 void Simulator::LocalMonitor::Clear() { in Clear()
5714 void Simulator::LocalMonitor::NotifyLoad() { in NotifyLoad()
5722 void Simulator::LocalMonitor::NotifyLoadExcl(uintptr_t addr, in NotifyLoadExcl()
5729 void Simulator::LocalMonitor::NotifyStore() { in NotifyStore()
5737 bool Simulator::LocalMonitor::NotifyStoreExcl(uintptr_t addr, in NotifyStoreExcl()
Dsimulator-arm64.h2208 class LocalMonitor {
2210 LocalMonitor();
2275 LocalMonitor local_monitor_;