Home
last modified time | relevance | path

Searched refs:AddCompiledCode (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.cc171 native_module->AddCompiledCode(std::move(result))); in CompileWasmFunction()
Dwasm-code-manager.h809 V8_WARN_UNUSED_RESULT std::unique_ptr<WasmCode> AddCompiledCode(
811 V8_WARN_UNUSED_RESULT std::vector<std::unique_ptr<WasmCode>> AddCompiledCode(
Dwasm-code-manager.cc2284 std::unique_ptr<WasmCode> NativeModule::AddCompiledCode( in AddCompiledCode() function in v8::internal::wasm::NativeModule
2286 std::vector<std::unique_ptr<WasmCode>> code = AddCompiledCode({&result, 1}); in AddCompiledCode()
2290 std::vector<std::unique_ptr<WasmCode>> NativeModule::AddCompiledCode( in AddCompiledCode() function in v8::internal::wasm::NativeModule
Dmodule-compiler.cc1221 native_module->AddCompiledCode(std::move(result))); in CompileLazy()
1577 compile_scope.native_module()->AddCompiledCode( in ExecuteCompilationUnits()
1604 compile_scope.native_module()->AddCompiledCode( in ExecuteCompilationUnits()
Dwasm-debug.cc296 native_module_->AddCompiledCode(std::move(result))); in RecompileLiftoffWithBreakpoints()