Home
last modified time | relevance | path

Searched refs:CodeSpaceWriteScope (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dcode-space-access.cc14 thread_local NativeModule* CodeSpaceWriteScope::current_native_module_ =
19 CodeSpaceWriteScope::CodeSpaceWriteScope(NativeModule* native_module) in CodeSpaceWriteScope() function in v8::internal::wasm::CodeSpaceWriteScope
29 CodeSpaceWriteScope::~CodeSpaceWriteScope() { in ~CodeSpaceWriteScope()
44 void CodeSpaceWriteScope::SetWritable() { in SetWritable()
49 void CodeSpaceWriteScope::SetExecutable() { in SetExecutable()
55 bool CodeSpaceWriteScope::SwitchingPerNativeModule() { return false; } in SwitchingPerNativeModule()
60 void CodeSpaceWriteScope::SetWritable() { in SetWritable()
70 void CodeSpaceWriteScope::SetExecutable() { in SetExecutable()
81 bool CodeSpaceWriteScope::SwitchingPerNativeModule() { in SwitchingPerNativeModule()
Dcode-space-access.h46 class V8_NODISCARD CodeSpaceWriteScope final {
48 explicit V8_EXPORT_PRIVATE CodeSpaceWriteScope(NativeModule*);
49 V8_EXPORT_PRIVATE ~CodeSpaceWriteScope();
53 CodeSpaceWriteScope(const CodeSpaceWriteScope&) = delete;
54 CodeSpaceWriteScope& operator=(const CodeSpaceWriteScope&) = delete;
Dwasm-code-manager.cc1064 CodeSpaceWriteScope code_space_write_scope(this); in AddCodeForTesting()
1161 DCHECK(CodeSpaceWriteScope::IsInScope()); in UseLazyStub()
1284 CodeSpaceWriteScope code_space_write_scope(this); in PublishCode()
1292 DCHECK(CodeSpaceWriteScope::IsInScope()); in PublishCode()
1406 CodeSpaceWriteScope code_space_write_scope(this); in ReinstallDebugCode()
1491 CodeSpaceWriteScope code_space_write_scope(this); in CreateEmptyJumpTableInRegionLocked()
1587 CodeSpaceWriteScope code_space_write_scope(this); in AddCodeSpaceLocked()
2313 CodeSpaceWriteScope code_space_write_scope(this); in AddCompiledCode()
2396 CodeSpaceWriteScope code_space_write_scope(this); in FindFunctionsToRecompile()
Dwasm-serialization.cc590 CodeSpaceWriteScope code_space_write_scope(deserializer_->native_module_); in Run()
672 CodeSpaceWriteScope code_space_write_scope(native_module_); in Read()
Dmodule-compiler.cc1219 CodeSpaceWriteScope code_space_write_scope(native_module); in CompileLazy()
1670 base::Optional<CodeSpaceWriteScope> lazy_code_space_write_scope; in InitializeLazyCompilation()
3253 base::Optional<CodeSpaceWriteScope> lazy_code_space_write_scope; in InitializeCompilationProgressAfterDeserialization()
3745 CodeSpaceWriteScope code_space_write_scope(native_module_); in SchedulePublishCompilationResults()
3962 CodeSpaceWriteScope code_space_write_scope(native_module); in CompileImportWrapper()
Dwasm-code-manager.h857 friend class CodeSpaceWriteScope; variable
Dwasm-objects.cc1486 wasm::CodeSpaceWriteScope write_scope(native_module); in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/execution/
Dexecution.cc286 DCHECK(!wasm::CodeSpaceWriteScope::IsInScope()); in Invoke()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8151 wasm::CodeSpaceWriteScope code_space_write_scope(native_module); in CompileWasmCapiCallWrapper()
8204 wasm::CodeSpaceWriteScope code_space_write_scope(native_module); in CompileWasmJSFastCallWrapper()