/third_party/node/deps/v8/src/codegen/ |
H A D | flush-instruction-cache.cc | 20 Simulator::FlushICache(Simulator::i_cache(), start, size); in FlushInstructionCache() 22 CpuFeatures::FlushICache(start, size); in FlushInstructionCache()
|
H A D | cpu-features.h | 138 static void FlushICache(void* start, size_t size);
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-deserializer.cc | 48 FlushICache(); in DeserializeIntoIsolate() 81 void StartupDeserializer::FlushICache() { in FlushICache() function in v8::internal::StartupDeserializer
|
H A D | startup-deserializer.h | 28 void FlushICache();
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | cpu-s390.cc | 13 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | cpu-x64.cc | 18 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | cpu-ia32.cc | 18 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | cpu-loong64.cc | 17 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | cpu-riscv64.cc | 17 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | cpu-mips64.cc | 21 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | cpu-mips.cc | 21 void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | cpu-ppc.cc | 16 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | cpu-arm.cc | 29 V8_NOINLINE void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | cpu-arm64.cc | 48 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() function in v8::internal::CpuFeatures
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.cc | 75 Simulator::FlushICache(Simulator::i_cache(), in Redirection()
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 162 FlushICache(); in Relocate() 165 void Code::FlushICache() const { in FlushICache() function in v8::internal::Code
|
H A D | code.h | 567 void FlushICache() const;
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.h | 269 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 235 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 291 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 327 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 325 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.h | 383 enum FlushICache : bool { kFlushICache = true, kNoFlushICache = false };
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 494 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 194 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
|