Searched refs:AllOnOnePage (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/arm/ |
H A D | simulator-arm.cc | 627 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 D | simulator-mips.cc | 855 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 D | simulator-mips64.cc | 792 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 D | simulator-ppc.cc | 699 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 D | simulator-s390.cc | 696 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