/external/v8/src/s390/ |
D | cpu-s390.cc | 14 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-s390.cc | 673 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() function in v8::internal::Simulator
|
/external/v8/src/arm/ |
D | cpu-arm.cc | 23 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-arm.cc | 577 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() function in v8::internal::Simulator
|
/external/v8/src/ia32/ |
D | cpu-ia32.cc | 19 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/external/v8/src/x64/ |
D | cpu-x64.cc | 19 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/external/v8/src/mips/ |
D | cpu-mips.cc | 25 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-mips.cc | 812 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() function in v8::internal::Simulator
|
/external/v8/src/mips64/ |
D | cpu-mips64.cc | 25 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-mips64.cc | 744 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() function in v8::internal::Simulator
|
/external/v8/src/ppc/ |
D | cpu-ppc.cc | 15 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-ppc.cc | 668 void Simulator::FlushICache(base::CustomMatcherHashMap* i_cache, in FlushICache() function in v8::internal::Simulator
|
/external/v8/src/arm64/ |
D | cpu-arm64.cc | 40 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() function in v8::internal::CpuFeatures
|
D | simulator-arm64.h | 650 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start, in FlushICache() function
|
/external/v8/src/ |
D | assembler.cc | 95 void AssemblerBase::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::AssemblerBase
|
D | assembler.h | 233 static void FlushICache(Address start, size_t size) { in FlushICache() function
|
D | objects.cc | 14373 void Code::FlushICache() const { in FlushICache() function in v8::internal::Code
|
/external/v8/src/wasm/ |
D | wasm-code-manager.h | 148 enum FlushICache : bool { kFlushICache = true, kNoFlushICache = false }; enum
|