Searched refs:NotifyLoadExcl (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/execution/ppc/ |
| D | simulator-ppc.h | 296 GlobalMonitor::Get()->NotifyLoadExcl( in ReadEx() 521 void NotifyLoadExcl(uintptr_t addr, TransactionSize size,
|
| D | simulator-ppc.cc | 5566 void Simulator::GlobalMonitor::NotifyLoadExcl(uintptr_t addr, in NotifyLoadExcl() function in v8::internal::Simulator::GlobalMonitor
|
| /third_party/node/deps/v8/src/execution/arm/ |
| D | simulator-arm.h | 526 void NotifyLoadExcl(int32_t addr, TransactionSize size);
|
| D | simulator-arm.cc | 972 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/ |
| D | simulator-arm64.h | 2382 void NotifyLoadExcl(uintptr_t addr, TransactionSize size);
|
| D | simulator-arm64.cc | 2407 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
|