Home
last modified time | relevance | path

Searched refs:PublishCode (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc170 native_module->PublishCode( in CompileWasmFunction()
H A Dwasm-code-manager.h630 // The returned code still needs to be published via {PublishCode}.
638 // {PublishCode} makes the code available to the system by entering it into
641 WasmCode* PublishCode(std::unique_ptr<WasmCode>);
642 std::vector<WasmCode*> PublishCode(base::Vector<std::unique_ptr<WasmCode>>);
644 // ReinstallDebugCode does a subset of PublishCode: It installs the code in
648 // table and jump table via another {PublishCode}.
H A Dmodule-compiler.cc685 void PublishCode(base::Vector<std::unique_ptr<WasmCode>> codes);
1220 code = native_module->PublishCode( in CompileLazy()
3715 PublishCode(base::VectorOf(unpublished_code)); in PublishCompilationResults()
3718 void CompilationStateImpl::PublishCode( in PublishCode() function in v8::internal::wasm::__anon15175::CompilationStateImpl
3722 native_module_->PublishCode(std::move(code)); in PublishCode()
3969 published_code = native_module->PublishCode(std::move(wasm_code)); in CompileImportWrapper()
H A Dwasm-code-manager.cc1280 WasmCode* NativeModule::PublishCode(std::unique_ptr<WasmCode> code) { in PublishCode() function in NativeModule
1282 "wasm.PublishCode"); in PublishCode()
1288 std::vector<WasmCode*> NativeModule::PublishCode( in PublishCode() function in NativeModule
1294 "wasm.PublishCode", "number", codes.size()); in PublishCode()
H A Dwasm-serialization.cc829 auto published_codes = native_module_->PublishCode(base::VectorOf(codes)); in Publish()
H A Dwasm-debug.cc295 WasmCode* new_code = native_module_->PublishCode( in RecompileLiftoffWithBreakpoints()
H A Dwasm-objects.cc1494 native_module->PublishCode(std::move(wasm_code)); in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc8158 published_code = native_module->PublishCode(std::move(wasm_code));
8211 return native_module->PublishCode(std::move(wasm_code));

Completed in 35 milliseconds