Home
last modified time | relevance | path

Searched refs:GenerateSendableFuncModule (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.h27 …static JSHandle<JSTaggedValue> GenerateSendableFuncModule(JSThread *thread, const JSHandle<JSTagge…
Djs_module_manager.h100 JSHandle<JSTaggedValue> GenerateSendableFuncModule(const JSHandle<JSTaggedValue> &module);
Djs_shared_module.cpp21 JSHandle<JSTaggedValue> SendableClassModule::GenerateSendableFuncModule(JSThread *thread, in GenerateSendableFuncModule() function in panda::ecmascript::SendableClassModule
Djs_shared_module_manager.cpp272 … return SendableClassModule::GenerateSendableFuncModule(thread, JSHandle<JSTaggedValue>(module)); in GenerateFuncModule()
Djs_module_manager.cpp50 JSHandle<JSTaggedValue> ModuleManager::GenerateSendableFuncModule(const JSHandle<JSTaggedValue> &mo… in GenerateSendableFuncModule() function in panda::ecmascript::ModuleManager
53 return SendableClassModule::GenerateSendableFuncModule(vm_->GetJSThread(), module); in GenerateSendableFuncModule()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1161 …JSHandle<JSTaggedValue> sendableClassRecord = moduleManager->GenerateSendableFuncModule(moduleReco… in InitializeForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1043 JSHandle<JSTaggedValue> sendableClsModule = moduleManager->GenerateSendableFuncModule(module); in RuntimeCreateSharedClass()
2296 … JSHandle<JSTaggedValue> sendableFuncModule = moduleManager->GenerateSendableFuncModule(module); in RuntimeDefinefunc()
Druntime_stubs.cpp3897 return moduleManager->GenerateSendableFuncModule(module).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()