Home
last modified time | relevance | path

Searched refs:FlushInstructionCache (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dflush-instruction-cache.h14 V8_EXPORT_PRIVATE void FlushInstructionCache(void* start, size_t size);
15 V8_EXPORT_PRIVATE V8_INLINE void FlushInstructionCache(Address start, in FlushInstructionCache() function
17 return FlushInstructionCache(reinterpret_cast<void*>(start), size); in FlushInstructionCache()
H A Dflush-instruction-cache.cc14 void FlushInstructionCache(void* start, size_t size) { in FlushInstructionCache() function
H A Dcpu-features.h135 friend void V8_EXPORT_PRIVATE FlushInstructionCache(void*, size_t);
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h126 FlushInstructionCache(base, lazy_compile_table_size); in GenerateLazyCompileTable()
148 FlushInstructionCache(base, table_size); in GenerateFarJumpTable()
163 FlushInstructionCache(jump_table_slot, kJumpTableSlotSize);
H A Dwasm-code-manager.cc1130 FlushInstructionCache(dst_code_bytes.begin(), dst_code_bytes.size()); in AddCodeForTesting()
1262 FlushInstructionCache(dst_code_bytes.begin(), dst_code_bytes.size()); in AddCodeWithCodeSpace()
H A Dwasm-serialization.cc818 FlushInstructionCache(unit.code->instructions().begin(), in CopyAndRelocate()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h102 FlushInstructionCache(pc_, sizeof(Address)); in set_target_object()
120 FlushInstructionCache(pc_, sizeof(Address)); in set_target_external_reference()
239 FlushInstructionCache(pc, sizeof(int32_t)); in set_target_address_at()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dcpu-arm64.cc51 ::FlushInstructionCache(GetCurrentProcess(), address, length); in FlushICache()
H A Dassembler-arm64-inl.h564 FlushInstructionCache(location, kInstrSize); in deserialization_set_special_target_at()
601 FlushInstructionCache(pc, kInstrSize); in set_target_address_at()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h331 FlushInstructionCache(pc, 6); in set_target_address_at()
360 FlushInstructionCache(pc, 12); in set_target_address_at()
374 FlushInstructionCache(pc, 6); in set_target_address_at()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h284 // FlushInstructionCache(pc, sizeof(target)); in set_target_address_at()
302 FlushInstructionCache(pc, 2 * kInstrSize); in set_target_address_at()
322 FlushInstructionCache(pc, 4 * kInstrSize); in set_target_address_at()
329 FlushInstructionCache(pc, kInstrSize); in set_target_address_at()
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-deserializer.cc85 FlushInstructionCache(p->area_start(), p->area_end() - p->area_start()); in FlushICache()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64-inl.h240 FlushInstructionCache(pc, sizeof(int32_t)); in set_target_address_at()
356 FlushInstructionCache(pc_, sizeof(Address)); in set_target_external_reference()
383 FlushInstructionCache(pc_, sizeof(Address)); in set_target_object()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h487 FlushInstructionCache(p, 5 * kInstrSize); in set_target_address_at()
502 FlushInstructionCache(p, 2 * kInstrSize); in set_target_address_at()
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc256 FlushInstructionCache(code.raw_instruction_start(), in ReplacePlaceholders()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc157 FlushInstructionCache(allocated_code_bytes, d.code_size()); in CreateOffHeapOffHeapInstructionStream()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitConfigInternal.h390 FlushInstructionCache(GetCurrentProcess(), (void*)(from), (char*)(to) - (char*)(from))
/third_party/node/deps/v8/src/objects/
H A Dcode.cc166 FlushInstructionCache(raw_instruction_start(), raw_instruction_size()); in FlushICache()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc2334 FlushInstructionCache(pc, kInstrSize); in set_target_value_at()
2350 FlushInstructionCache(pc, 3 * kInstrSize); in set_target_value_at()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc3806 FlushInstructionCache(pc + Hi20 + Lo12, 2 * kInstrSize); in set_target_address_at()
3816 FlushInstructionCache(pc, num * kInstrSize); in set_target_address_at()
3917 FlushInstructionCache(pc, 8 * kInstrSize); in set_target_value_at()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3790 FlushInstructionCache(pc, 2 * sizeof(int32_t)); in set_target_value_at()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3980 FlushInstructionCache(pc, 4 * kInstrSize); in set_target_value_at()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp792 FlushInstructionCache(GetCurrentProcess(), NULL, 0);

Completed in 50 milliseconds