Searched refs:AllOnOnePage (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/arm/
H A Dsimulator-arm.cc627 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
647 while (!AllOnOnePage(start, size - 1)) {
673 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/mips/
H A Dsimulator-mips.cc855 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
875 while (!AllOnOnePage(start, size - 1)) {
901 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/mips64/
H A Dsimulator-mips64.cc792 static bool AllOnOnePage(uintptr_t start, size_t size) { function in namespace:v8::internal
812 while (!AllOnOnePage(start, size - 1)) {
839 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/ppc/
H A Dsimulator-ppc.cc699 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
720 while (!AllOnOnePage(start, size - 1)) {
747 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/s390/
H A Dsimulator-s390.cc696 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
715 while (!AllOnOnePage(start, size - 1)) {
740 DCHECK(AllOnOnePage(start, size - 1));

Completed in 142 milliseconds