• Home
  • Raw
  • Download

Lines Matching defs:native_module

86   explicit BackgroundCompileScope(std::weak_ptr<NativeModule> native_module)  in BackgroundCompileScope()
89 NativeModule* native_module() const { in native_module() function in v8::internal::wasm::__anon19d592510111::BackgroundCompileScope
883 const std::shared_ptr<NativeModule>& native_module, in New()
947 NativeModule* native_module, const WasmFeatures& enabled_features, in GetRequestedExecutionTiers()
994 explicit CompilationUnitBuilder(NativeModule* native_module) in CompilationUnitBuilder()
1107 const WasmModule* module, NativeModule* native_module, Counters* counters, in ValidateSequentially()
1146 NativeModule* native_module = module_object->native_module(); in CompileLazy() local
1391 void TriggerTierUp(Isolate* isolate, NativeModule* native_module, in TriggerTierUp()
1436 std::weak_ptr<NativeModule> native_module, JobDelegate* delegate) { in ExecuteJSToWasmWrapperCompilationUnits()
1495 std::weak_ptr<NativeModule> native_module, Counters* counters, in ExecuteCompilationUnits()
1618 int AddExportWrapperUnits(Isolate* isolate, NativeModule* native_module, in AddExportWrapperUnits()
1638 int AddImportWrapperUnits(NativeModule* native_module, in AddImportWrapperUnits()
1664 void InitializeLazyCompilation(NativeModule* native_module) { in InitializeLazyCompilation()
1687 Isolate* isolate, NativeModule* native_module) { in InitializeCompilation()
1723 std::weak_ptr<NativeModule> native_module, CompileMode compile_mode) in CompilationTimeCallback()
1738 std::shared_ptr<NativeModule> native_module = native_module_.lock(); in call() local
1808 std::shared_ptr<NativeModule> native_module, in CompileNativeModule()
1870 explicit BackgroundCompileJob(std::weak_ptr<NativeModule> native_module, in BackgroundCompileJob()
1915 std::shared_ptr<NativeModule> native_module = engine->MaybeGetNativeModule( in CompileToNativeModule() local
1963 void RecompileNativeModule(NativeModule* native_module, in RecompileNativeModule()
2311 std::shared_ptr<NativeModule> native_module = job_->native_module_; in call() local
2334 std::shared_ptr<NativeModule> native_module = job_->native_module_; in call() local
2654 std::weak_ptr<NativeModule> native_module) in SampleTopTierCodeSizeCallback()
2659 if (std::shared_ptr<NativeModule> native_module = native_module_.lock()) { in call() local
3034 const std::shared_ptr<NativeModule>& native_module, in CompilationStateImpl()
3073 bool lazy_function, NativeModule* native_module, in SetupCompilationProgressForFunction()
3945 NativeModule* native_module, Counters* counters, in CompileImportWrapper()