/third_party/node/deps/v8/src/codegen/ |
H A D | flush-instruction-cache.h | 14 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 D | flush-instruction-cache.cc | 14 void FlushInstructionCache(void* start, size_t size) { in FlushInstructionCache() function
|
H A D | cpu-features.h | 135 friend void V8_EXPORT_PRIVATE FlushInstructionCache(void*, size_t);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.h | 126 FlushInstructionCache(base, lazy_compile_table_size); in GenerateLazyCompileTable() 148 FlushInstructionCache(base, table_size); in GenerateFarJumpTable() 163 FlushInstructionCache(jump_table_slot, kJumpTableSlotSize);
|
H A D | wasm-code-manager.cc | 1130 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 D | wasm-serialization.cc | 818 FlushInstructionCache(unit.code->instructions().begin(), in CopyAndRelocate()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32-inl.h | 102 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 D | cpu-arm64.cc | 51 ::FlushInstructionCache(GetCurrentProcess(), address, length); in FlushICache()
|
H A D | assembler-arm64-inl.h | 564 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 D | assembler-s390-inl.h | 331 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 D | assembler-arm-inl.h | 284 // 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 D | startup-deserializer.cc | 85 FlushInstructionCache(p->area_start(), p->area_end() - p->area_start()); in FlushICache()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64-inl.h | 240 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 D | assembler-ppc-inl.h | 487 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 D | setup-builtins-internal.cc | 256 FlushInstructionCache(code.raw_instruction_start(), in ReplacePlaceholders()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 157 FlushInstructionCache(allocated_code_bytes, d.code_size()); in CreateOffHeapOffHeapInstructionStream()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitConfigInternal.h | 390 FlushInstructionCache(GetCurrentProcess(), (void*)(from), (char*)(to) - (char*)(from))
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 166 FlushInstructionCache(raw_instruction_start(), raw_instruction_size()); in FlushICache()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 2334 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 D | assembler-riscv64.cc | 3806 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 D | assembler-mips.cc | 3790 FlushInstructionCache(pc, 2 * sizeof(int32_t)); in set_target_value_at()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3980 FlushInstructionCache(pc, 4 * kInstrSize); in set_target_value_at()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 792 FlushInstructionCache(GetCurrentProcess(), NULL, 0);
|