• Home
  • Raw
  • Download

Lines Matching refs:NativeModule

86   explicit BackgroundCompileScope(std::weak_ptr<NativeModule> native_module)  in BackgroundCompileScope()
89 NativeModule* native_module() const { in native_module()
99 std::shared_ptr<NativeModule> native_module_;
531 CompilationStateImpl(const std::shared_ptr<NativeModule>& native_module,
664 std::weak_ptr<NativeModule> const native_module_weak() const { in native_module_weak()
670 bool lazy_function, NativeModule* module,
687 NativeModule* const native_module_;
688 std::weak_ptr<NativeModule> const native_module_weak_;
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()
1064 NativeModule* const native_module_;
1107 const WasmModule* module, NativeModule* native_module, Counters* counters, in ValidateSequentially()
1146 NativeModule* native_module = module_object->native_module(); in CompileLazy()
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()
1801 std::weak_ptr<NativeModule> native_module_;
1808 std::shared_ptr<NativeModule> native_module, in CompileNativeModule()
1870 explicit BackgroundCompileJob(std::weak_ptr<NativeModule> native_module, in BackgroundCompileJob()
1895 std::weak_ptr<NativeModule> native_module_;
1902 std::shared_ptr<NativeModule> CompileToNativeModule( in CompileToNativeModule()
1915 std::shared_ptr<NativeModule> native_module = engine->MaybeGetNativeModule( in CompileToNativeModule()
1963 void RecompileNativeModule(NativeModule* native_module, in RecompileNativeModule()
2311 std::shared_ptr<NativeModule> native_module = job_->native_module_; in call()
2334 std::shared_ptr<NativeModule> native_module = job_->native_module_; in call()
2654 std::weak_ptr<NativeModule> native_module) in SampleTopTierCodeSizeCallback()
2659 if (std::shared_ptr<NativeModule> native_module = native_module_.lock()) { in call()
2665 std::weak_ptr<NativeModule> native_module_;
2674 explicit CompileFinished(std::shared_ptr<NativeModule> cached_native_module) in CompileFinished()
2686 NativeModule::kAfterBaseline); in RunInForeground()
2696 std::shared_ptr<NativeModule> cached_native_module_;
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()