/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.h | 39 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-arm.cc | 592 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 593 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 602 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 603 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 618 int offset = (start & CachePage::kPageMask); in FlushICache() 624 DCHECK_EQ(0, start & CachePage::kPageMask); in FlushICache() 649 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 650 int offset = (start & CachePage::kPageMask); in FlushOnePage() 659 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 661 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 40 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-ppc.cc | 630 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 631 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 640 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 641 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 673 int offset = (start & CachePage::kPageMask); in FlushICache() 679 DCHECK_EQ(0, static_cast<int>(start & CachePage::kPageMask)); in FlushICache() 704 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 705 int offset = (start & CachePage::kPageMask); in FlushOnePage() 714 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 716 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 57 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-loong64.cc | 740 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 741 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 750 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 751 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 771 int offset = (start & CachePage::kPageMask); in FlushICache() 777 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 802 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 803 int offset = (start & CachePage::kPageMask); in FlushOnePage() 812 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 814 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 58 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-mips64.cc | 709 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 710 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 719 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 720 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 740 int offset = (start & CachePage::kPageMask); in FlushICache() 746 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 771 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 772 int offset = (start & CachePage::kPageMask); in FlushOnePage() 781 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 783 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 58 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-mips.cc | 765 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 766 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 775 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 776 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 796 int offset = (start & CachePage::kPageMask); in FlushICache() 802 DCHECK_EQ(0, start & CachePage::kPageMask); in FlushICache() 828 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 829 int offset = (start & CachePage::kPageMask); in FlushOnePage() 838 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 840 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2097 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 2098 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 2107 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 2108 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 2128 int offset = (start & CachePage::kPageMask); in FlushICache() 2134 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 2159 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 2160 int offset = (start & CachePage::kPageMask); in FlushOnePage() 2169 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 2171 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |
H A D | simulator-riscv64.h | 173 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 37 static const int kPageMask = kPageSize - 1; member in v8::internal::CachePage
|
H A D | simulator-s390.cc | 646 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 647 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() member in v8::internal::CachePage 656 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 657 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 682 int offset = (start & CachePage::kPageMask); in FlushICache() 688 DCHECK_EQ(0, static_cast<int>(start & CachePage::kPageMask)); in FlushICache() 713 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); in FlushOnePage() 714 int offset = (start & CachePage::kPageMask); in FlushOnePage() 723 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); in CheckICache() 725 int offset = (address & CachePage::kPageMask); in CheckICache() [all...] |