/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 630 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 631 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 640 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 641 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 669 int intra_line = (start & CachePage::kLineMask); in FlushICache() 672 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 673 int offset = (start & CachePage::kPageMask); in FlushICache() 675 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 679 DCHECK_EQ(0, static_cast<int>(start & CachePage::kPageMask)); in FlushICache() 687 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
D | simulator-ppc.h | 33 class CachePage { 45 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 370 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 740 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 741 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 750 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 751 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 767 int64_t intra_line = (start & CachePage::kLineMask); in FlushICache() 770 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 771 int offset = (start & CachePage::kPageMask); in FlushICache() 773 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 777 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 785 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
D | simulator-loong64.h | 50 class CachePage { 62 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 489 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.h | 32 class CachePage { 44 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 421 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
D | simulator-arm.cc | 592 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 593 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 602 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 603 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 614 int intra_line = (start & CachePage::kLineMask); in FlushICache() 617 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 618 int offset = (start & CachePage::kPageMask); in FlushICache() 620 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 624 DCHECK_EQ(0, start & CachePage::kPageMask); in FlushICache() 632 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 2097 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 2098 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 2107 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 2108 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 2124 int64_t intra_line = (start & CachePage::kLineMask); in FlushICache() 2127 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 2128 int offset = (start & CachePage::kPageMask); in FlushICache() 2130 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 2134 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 2142 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
D | simulator-riscv64.h | 166 class CachePage { 178 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 917 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 765 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 766 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 775 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 776 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 792 int intra_line = (start & CachePage::kLineMask); in FlushICache() 795 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 796 int offset = (start & CachePage::kPageMask); in FlushICache() 798 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 802 DCHECK_EQ(0, start & CachePage::kPageMask); in FlushICache() 810 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
D | simulator-mips.h | 51 class CachePage { 63 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 560 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 709 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 710 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 719 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 720 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 736 int64_t intra_line = (start & CachePage::kLineMask); in FlushICache() 739 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 740 int offset = (start & CachePage::kPageMask); in FlushICache() 742 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 746 DCHECK_EQ((int64_t)0, start & CachePage::kPageMask); in FlushICache() 754 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
D | simulator-mips64.h | 51 class CachePage { 63 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 583 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
/third_party/node/deps/v8/src/execution/ |
D | simulator-base.cc | 53 delete static_cast<CachePage*>(entry->value); in GlobalTearDown()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.h | 30 class CachePage { 42 CachePage() { memset(&validity_map_, LINE_INVALID, sizeof(validity_map_)); } in CachePage() function 372 static CachePage* GetCachePage(base::CustomMatcherHashMap* i_cache,
|
D | simulator-s390.cc | 646 DCHECK_EQ(reinterpret_cast<intptr_t>(one) & CachePage::kPageMask, 0); in ICacheMatch() 647 DCHECK_EQ(reinterpret_cast<intptr_t>(two) & CachePage::kPageMask, 0); in ICacheMatch() 656 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() 657 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage() 678 int intra_line = (start & CachePage::kLineMask); in FlushICache() 681 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache() 682 int offset = (start & CachePage::kPageMask); in FlushICache() 684 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() 688 DCHECK_EQ(0, static_cast<int>(start & CachePage::kPageMask)); in FlushICache() 696 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() [all …]
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 232 class CachePage {
|