Searched refs:FlushOnePage (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.h | 336 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-ppc.cc | 671 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 678 FlushOnePage(i_cache, start, size); in FlushICache() 694 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/mips/ |
D | simulator-mips.h | 453 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-mips.cc | 821 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 828 FlushOnePage(i_cache, start, size); in FlushICache() 845 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 484 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/arm/ |
D | simulator-arm.h | 363 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-arm.cc | 591 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 598 FlushOnePage(i_cache, start, size); in FlushICache() 614 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/s390/ |
D | simulator-s390.h | 452 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
|
D | simulator-s390.cc | 673 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 680 FlushOnePage(i_cache, start, size); in FlushICache() 695 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|