Home
last modified time | relevance | path

Searched refs:FlushICache (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dflush-instruction-cache.cc20 Simulator::FlushICache(Simulator::i_cache(), start, size); in FlushInstructionCache()
22 CpuFeatures::FlushICache(start, size); in FlushInstructionCache()
H A Dcpu-features.h138 static void FlushICache(void* start, size_t size);
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-deserializer.cc48 FlushICache(); in DeserializeIntoIsolate()
81 void StartupDeserializer::FlushICache() { in FlushICache() function in v8::internal::StartupDeserializer
H A Dstartup-deserializer.h28 void FlushICache();
/third_party/node/deps/v8/src/codegen/s390/
H A Dcpu-s390.cc13 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 Dcpu-x64.cc18 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 Dcpu-ia32.cc18 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 Dcpu-loong64.cc17 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 Dcpu-riscv64.cc17 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 Dcpu-mips64.cc21 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 Dcpu-mips.cc21 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 Dcpu-ppc.cc16 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 Dcpu-arm.cc29 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 Dcpu-arm64.cc48 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.cc75 Simulator::FlushICache(Simulator::i_cache(), in Redirection()
/third_party/node/deps/v8/src/objects/
H A Dcode.cc162 FlushICache(); in Relocate()
165 void Code::FlushICache() const { in FlushICache() function in v8::internal::Code
H A Dcode.h567 void FlushICache() const;
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h269 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h235 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h291 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h327 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h325 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h383 enum FlushICache : bool { kFlushICache = true, kNoFlushICache = false };
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h494 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h194 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,

Completed in 18 milliseconds

12