Searched refs:AddCompiledCode (Results 1 – 5 of 5) sorted by relevance
171 native_module->AddCompiledCode(std::move(result))); in CompileWasmFunction()
809 V8_WARN_UNUSED_RESULT std::unique_ptr<WasmCode> AddCompiledCode(811 V8_WARN_UNUSED_RESULT std::vector<std::unique_ptr<WasmCode>> AddCompiledCode(
2284 std::unique_ptr<WasmCode> NativeModule::AddCompiledCode( in AddCompiledCode() function in v8::internal::wasm::NativeModule2286 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
1221 native_module->AddCompiledCode(std::move(result))); in CompileLazy()1577 compile_scope.native_module()->AddCompiledCode( in ExecuteCompilationUnits()1604 compile_scope.native_module()->AddCompiledCode( in ExecuteCompilationUnits()
296 native_module_->AddCompiledCode(std::move(result))); in RecompileLiftoffWithBreakpoints()