Searched refs:end_page (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/heap/
H A Dspaces.cc1988 Page* end_page = Page::FromAllocationAreaAddress(end); local
1990 CHECK_EQ(space, end_page->owner());
1994 if (page == end_page) {
1997 while (page != end_page) {
/external/v8/src/arm/
H A Dsimulator-arm.cc629 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); local
630 return start_page == end_page;
/external/v8/src/mips/
H A Dsimulator-mips.cc857 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); local
858 return start_page == end_page;
/external/v8/src/mips64/
H A Dsimulator-mips64.cc794 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); local
795 return start_page == end_page;
/external/v8/src/ppc/
H A Dsimulator-ppc.cc701 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); local
702 return start_page == end_page;
/external/v8/src/s390/
H A Dsimulator-s390.cc698 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); local
699 return start_page == end_page;

Completed in 147 milliseconds