Searched refs:FlushOnePage (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.h | 296 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-ppc.cc | 678 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 685 FlushOnePage(i_cache, start, size); in FlushICache() 701 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/arm/ |
D | simulator-arm.h | 328 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-arm.cc | 587 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 594 FlushOnePage(i_cache, start, size); in FlushICache() 610 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 514 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-mips64.cc | 754 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 761 FlushOnePage(i_cache, start, size); in FlushICache() 777 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/mips/ |
D | simulator-mips.h | 492 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-mips.cc | 822 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 829 FlushOnePage(i_cache, start, size); in FlushICache() 846 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/s390/ |
D | simulator-s390.h | 396 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-s390.cc | 683 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 690 FlushOnePage(i_cache, start, size); in FlushICache() 705 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|