Searched refs:CodeSpaceWriteScope (Results 1 – 9 of 9) sorted by relevance
14 thread_local NativeModule* CodeSpaceWriteScope::current_native_module_ =19 CodeSpaceWriteScope::CodeSpaceWriteScope(NativeModule* native_module) in CodeSpaceWriteScope() function in v8::internal::wasm::CodeSpaceWriteScope29 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()
46 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;
1064 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()
590 CodeSpaceWriteScope code_space_write_scope(deserializer_->native_module_); in Run()672 CodeSpaceWriteScope code_space_write_scope(native_module_); in Read()
1219 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()
857 friend class CodeSpaceWriteScope; variable
1486 wasm::CodeSpaceWriteScope write_scope(native_module); in ImportWasmJSFunctionIntoTable()
286 DCHECK(!wasm::CodeSpaceWriteScope::IsInScope()); in Invoke()
8151 wasm::CodeSpaceWriteScope code_space_write_scope(native_module); in CompileWasmCapiCallWrapper()8204 wasm::CodeSpaceWriteScope code_space_write_scope(native_module); in CompileWasmJSFastCallWrapper()