Searched defs:i_cache (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | simulator-base.h | 36 static base::CustomMatcherHashMap* i_cache() { return i_cache_; } in i_cache() function
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 764 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 785 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 796 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 809 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 2121 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 2142 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 2153 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 2166 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 789 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 810 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 822 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 835 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 733 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 754 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 765 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 778 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 666 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 687 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 698 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 711 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 611 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 632 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 643 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 656 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 650 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start, in FlushICache()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8l_enc.c | 1155 int cache_bits_best, i_cache; in EncodeImageInternal() local
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 675 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() 696 CachePage* Simulator::GetCachePage(base::CustomMatcherHashMap* i_cache, in GetCachePage() 707 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache, in FlushOnePage() 720 void Simulator::CheckICache(base::CustomMatcherHashMap* i_cache, in CheckICache()
|