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

/external/v8/src/mips/
H A Dsimulator-mips.cc799 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
819 while (!AllOnOnePage(start, size - 1)) {
848 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/ppc/
H A Dsimulator-ppc.cc649 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
669 while (!AllOnOnePage(start, size - 1)) {
697 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/arm/
H A Dsimulator-arm.cc570 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
589 while (!AllOnOnePage(start, size - 1)) {
617 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/mips64/
H A Dsimulator-mips64.cc732 static bool AllOnOnePage(uintptr_t start, size_t size) { function in namespace:v8::internal
752 while (!AllOnOnePage(start, size - 1)) {
780 DCHECK(AllOnOnePage(start, size - 1));
/external/v8/src/s390/
H A Dsimulator-s390.cc652 static bool AllOnOnePage(uintptr_t start, int size) { function in namespace:v8::internal
671 while (!AllOnOnePage(start, size - 1)) {
698 DCHECK(AllOnOnePage(start, size - 1));

Completed in 247 milliseconds