Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h296 GlobalMonitor::Get()->NotifyLoadExcl( in ReadEx()
521 void NotifyLoadExcl(uintptr_t addr, TransactionSize size,
Dsimulator-ppc.cc5566 void Simulator::GlobalMonitor::NotifyLoadExcl(uintptr_t addr, in NotifyLoadExcl() function in v8::internal::Simulator::GlobalMonitor
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h526 void NotifyLoadExcl(int32_t addr, TransactionSize size);
Dsimulator-arm.cc972 local_monitor_.NotifyLoadExcl(addr, TransactionSize::Word); in ReadExW()
1016 local_monitor_.NotifyLoadExcl(addr, TransactionSize::HalfWord); in ReadExHU()
1065 local_monitor_.NotifyLoadExcl(addr, TransactionSize::Byte); in ReadExBU()
1106 local_monitor_.NotifyLoadExcl(addr, TransactionSize::DoubleWord); in ReadExDW()
6350 void Simulator::LocalMonitor::NotifyLoadExcl(int32_t addr, in NotifyLoadExcl() function in v8::internal::Simulator::LocalMonitor
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h2382 void NotifyLoadExcl(uintptr_t addr, TransactionSize size);
Dsimulator-arm64.cc2407 local_monitor_.NotifyLoadExcl(address, get_transaction_size(access_size)); in VisitLoadStoreAcquireRelease()
6188 void Simulator::LocalMonitor::NotifyLoadExcl(uintptr_t addr, in NotifyLoadExcl() function in v8::internal::Simulator::LocalMonitor