Searched defs:i_cache (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 867 void Simulator::FlushICache(v8::internal::HashMap* i_cache, in FlushICache() 890 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { in GetCachePage() 903 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, in FlushOnePage() 918 void Simulator::CheckICache(v8::internal::HashMap* i_cache, in CheckICache()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 797 void Simulator::FlushICache(v8::internal::HashMap* i_cache, in FlushICache() 820 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { in GetCachePage() 833 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, in FlushOnePage() 848 void Simulator::CheckICache(v8::internal::HashMap* i_cache, in CheckICache()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 635 void Simulator::FlushICache(v8::internal::HashMap* i_cache, in FlushICache() 658 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { in GetCachePage() 671 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, in FlushOnePage() 686 void Simulator::CheckICache(v8::internal::HashMap* i_cache, in CheckICache()
|