Searched refs:AllOnOnePage (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 652 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() function 676 while (!AllOnOnePage(start, size - 1)) { in FlushICache() 704 DCHECK(AllOnOnePage(start, size - 1)); in FlushOnePage()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 562 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() function 585 while (!AllOnOnePage(start, size - 1)) { in FlushICache() 613 DCHECK(AllOnOnePage(start, size - 1)); in FlushOnePage()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 796 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() function 820 while (!AllOnOnePage(start, size - 1)) { in FlushICache() 849 DCHECK(AllOnOnePage(start, size - 1)); in FlushOnePage()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 728 static bool AllOnOnePage(uintptr_t start, size_t size) { in AllOnOnePage() function 752 while (!AllOnOnePage(start, size - 1)) { in FlushICache() 780 DCHECK(AllOnOnePage(start, size - 1)); in FlushOnePage()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 653 static bool AllOnOnePage(uintptr_t start, int size) { in AllOnOnePage() function 681 while (!AllOnOnePage(start, size - 1)) { in FlushICache() 708 DCHECK(AllOnOnePage(start, size - 1)); in FlushOnePage()
|