Home
last modified time | relevance | path

Searched defs:sharedRuntime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp575 auto sharedRuntime = reinterpret_cast<NativeEngine*>(runtime); in PreloadAceModuleWorker() local
620 auto sharedRuntime = reinterpret_cast<NativeEngine*>(runtime); in PreloadAceModule() local
1188 auto sharedRuntime = reinterpret_cast<NativeEngine*>(runtime_); in Initialize() local
1232 void JsiDeclarativeEngine::EngineTask(bool sharedRuntime) in EngineTask()
2731 auto sharedRuntime = reinterpret_cast<NativeEngine*>(runtime); in PreloadAceModuleCard() local
2805 auto sharedRuntime = reinterpret_cast<NativeEngine*>(runtime); in ReloadAceModuleCard() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp188 void ReleaseStorageReference(void* sharedRuntime, NativeReference* storage) in ReleaseStorageReference()