Home
last modified time | relevance | path

Searched refs:LinkedAddress (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h589 class LinkedAddress { class in v8::internal::Simulator::GlobalMonitor
591 LinkedAddress();
605 LinkedAddress* next_;
606 LinkedAddress* prev_;
618 void NotifyLoadLinked_Locked(uintptr_t addr, LinkedAddress* linked_address);
619 void NotifyStore_Locked(LinkedAddress* linked_address);
621 LinkedAddress* linked_address);
624 void RemoveLinkedAddress(LinkedAddress* linked_address);
633 bool IsProcessorInLinkedList_Locked(LinkedAddress* linked_address) const;
634 void PrependProcessor_Locked(LinkedAddress* linked_addres
[all...]
H A Dsimulator-loong64.cc5433 Simulator::GlobalMonitor::LinkedAddress::LinkedAddress() in LinkedAddress() function in v8::internal::Simulator::GlobalMonitor::LinkedAddress
5440 void Simulator::GlobalMonitor::LinkedAddress::Clear_Locked() { in Clear_Locked()
5445 void Simulator::GlobalMonitor::LinkedAddress::NotifyLoadLinked_Locked( in NotifyLoadLinked_Locked()
5451 void Simulator::GlobalMonitor::LinkedAddress::NotifyStore_Locked() { in NotifyStore_Locked()
5459 bool Simulator::GlobalMonitor::LinkedAddress::NotifyStoreConditional_Locked( in NotifyStoreConditional_Locked()
5488 uintptr_t addr, LinkedAddress* linked_address) { in NotifyLoadLinked_Locked()
5494 LinkedAddress* linked_address) { in NotifyStore_Locked()
5496 for (LinkedAddress* iter = head_; iter; iter = iter->next_) { in NotifyStore_Locked()
5502 uintptr_t addr, LinkedAddress* linked_addres in NotifyStoreConditional_Locked()
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h685 class LinkedAddress { class in v8::internal::Simulator::GlobalMonitor
687 LinkedAddress();
701 LinkedAddress* next_;
702 LinkedAddress* prev_;
714 void NotifyLoadLinked_Locked(uintptr_t addr, LinkedAddress* linked_address);
715 void NotifyStore_Locked(LinkedAddress* linked_address);
717 LinkedAddress* linked_address);
720 void RemoveLinkedAddress(LinkedAddress* linked_address);
729 bool IsProcessorInLinkedList_Locked(LinkedAddress* linked_address) const;
730 void PrependProcessor_Locked(LinkedAddress* linked_addres
[all...]
H A Dsimulator-mips64.cc7600 Simulator::GlobalMonitor::LinkedAddress::LinkedAddress()
7607 void Simulator::GlobalMonitor::LinkedAddress::Clear_Locked() {
7612 void Simulator::GlobalMonitor::LinkedAddress::NotifyLoadLinked_Locked(
7618 void Simulator::GlobalMonitor::LinkedAddress::NotifyStore_Locked() {
7626 bool Simulator::GlobalMonitor::LinkedAddress::NotifyStoreConditional_Locked(
7655 uintptr_t addr, LinkedAddress* linked_address) {
7661 LinkedAddress* linked_address) {
7663 for (LinkedAddress* iter = head_; iter; iter = iter->next_) {
7669 uintptr_t addr, LinkedAddress* linked_addres
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h661 class LinkedAddress { class in v8::internal::Simulator::GlobalMonitor
663 LinkedAddress();
677 LinkedAddress* next_;
678 LinkedAddress* prev_;
690 void NotifyLoadLinked_Locked(uintptr_t addr, LinkedAddress* linked_address);
691 void NotifyStore_Locked(LinkedAddress* linked_address);
693 LinkedAddress* linked_address);
696 void RemoveLinkedAddress(LinkedAddress* linked_address);
705 bool IsProcessorInLinkedList_Locked(LinkedAddress* linked_address) const;
706 void PrependProcessor_Locked(LinkedAddress* linked_addres
[all...]
H A Dsimulator-mips.cc7166 Simulator::GlobalMonitor::LinkedAddress::LinkedAddress()
7173 void Simulator::GlobalMonitor::LinkedAddress::Clear_Locked() {
7178 void Simulator::GlobalMonitor::LinkedAddress::NotifyLoadLinked_Locked(
7184 void Simulator::GlobalMonitor::LinkedAddress::NotifyStore_Locked() {
7192 bool Simulator::GlobalMonitor::LinkedAddress::NotifyStoreConditional_Locked(
7221 uintptr_t addr, LinkedAddress* linked_address) {
7227 LinkedAddress* linked_address) {
7229 for (LinkedAddress* iter = head_; iter; iter = iter->next_) {
7235 uintptr_t addr, LinkedAddress* linked_addres
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h1020 class LinkedAddress { class in v8::internal::Simulator::GlobalMonitor
1022 LinkedAddress();
1036 LinkedAddress* next_;
1037 LinkedAddress* prev_;
1049 void NotifyLoadLinked_Locked(uintptr_t addr, LinkedAddress* linked_address);
1050 void NotifyStore_Locked(LinkedAddress* linked_address);
1052 LinkedAddress* linked_address);
1055 void RemoveLinkedAddress(LinkedAddress* linked_address);
1064 bool IsProcessorInLinkedList_Locked(LinkedAddress* linked_address) const;
1065 void PrependProcessor_Locked(LinkedAddress* linked_addres
[all...]
H A Dsimulator-riscv64.cc7185 Simulator::GlobalMonitor::LinkedAddress::LinkedAddress()
7192 void Simulator::GlobalMonitor::LinkedAddress::Clear_Locked() {
7197 void Simulator::GlobalMonitor::LinkedAddress::NotifyLoadLinked_Locked(
7203 void Simulator::GlobalMonitor::LinkedAddress::NotifyStore_Locked() {
7211 bool Simulator::GlobalMonitor::LinkedAddress::NotifyStoreConditional_Locked(
7240 uintptr_t addr, LinkedAddress* linked_address) {
7246 LinkedAddress* linked_address) {
7248 for (LinkedAddress* iter = head_; iter; iter = iter->next_) {
7254 uintptr_t addr, LinkedAddress* linked_addres
[all...]

Completed in 38 milliseconds