Searched refs:FlushOnePage (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm/ |
D | simulator-arm.h | 319 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
|
D | simulator-arm.cc | 666 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 673 FlushOnePage(i_cache, start, size); in FlushICache() 691 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|
/external/v8/src/mips/ |
D | simulator-mips.h | 330 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
|
D | simulator-mips.cc | 813 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache() 820 FlushOnePage(i_cache, start, size); in FlushICache() 838 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, in FlushOnePage() function in v8::internal::Simulator
|