Home
last modified time | relevance | path

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

/external/v8/src/execution/arm/
Dsimulator-arm.h507 class LocalMonitor {
509 LocalMonitor();
578 LocalMonitor local_monitor_;
Dsimulator-arm.cc6160 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
6165 void Simulator::LocalMonitor::Clear() { in Clear()
6171 void Simulator::LocalMonitor::NotifyLoad(int32_t addr) { in NotifyLoad()
6180 void Simulator::LocalMonitor::NotifyLoadExcl(int32_t addr, in NotifyLoadExcl()
6187 void Simulator::LocalMonitor::NotifyStore(int32_t addr) { in NotifyStore()
6200 bool Simulator::LocalMonitor::NotifyStoreExcl(int32_t addr, in NotifyStoreExcl()
/external/v8/src/execution/mips/
Dsimulator-mips.h636 class LocalMonitor {
638 LocalMonitor();
709 LocalMonitor local_monitor_;
Dsimulator-mips.cc7080 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
7085 void Simulator::LocalMonitor::Clear() { in Clear()
7091 void Simulator::LocalMonitor::NotifyLoad() { in NotifyLoad()
7099 void Simulator::LocalMonitor::NotifyLoadLinked(uintptr_t addr, in NotifyLoadLinked()
7106 void Simulator::LocalMonitor::NotifyStore() { in NotifyStore()
7114 bool Simulator::LocalMonitor::NotifyStoreConditional(uintptr_t addr, in NotifyStoreConditional()
/external/v8/src/execution/mips64/
Dsimulator-mips64.h660 class LocalMonitor {
662 LocalMonitor();
733 LocalMonitor local_monitor_;
Dsimulator-mips64.cc7500 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
7505 void Simulator::LocalMonitor::Clear() { in Clear()
7511 void Simulator::LocalMonitor::NotifyLoad() { in NotifyLoad()
7519 void Simulator::LocalMonitor::NotifyLoadLinked(uintptr_t addr, in NotifyLoadLinked()
7526 void Simulator::LocalMonitor::NotifyStore() { in NotifyStore()
7534 bool Simulator::LocalMonitor::NotifyStoreConditional(uintptr_t addr, in NotifyStoreConditional()
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc5930 Simulator::LocalMonitor::LocalMonitor() in LocalMonitor() function in v8::internal::Simulator::LocalMonitor
5935 void Simulator::LocalMonitor::Clear() { in Clear()
5941 void Simulator::LocalMonitor::NotifyLoad() { in NotifyLoad()
5949 void Simulator::LocalMonitor::NotifyLoadExcl(uintptr_t addr, in NotifyLoadExcl()
5956 void Simulator::LocalMonitor::NotifyStore() { in NotifyStore()
5964 bool Simulator::LocalMonitor::NotifyStoreExcl(uintptr_t addr, in NotifyStoreExcl()
Dsimulator-arm64.h2355 class LocalMonitor {
2357 LocalMonitor();
2426 LocalMonitor local_monitor_;