Home
last modified time | relevance | path

Searched refs:jsABCCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp71 if (headNativeModule_->jsABCCode) { in ~NativeModuleManager()
72 delete[] headNativeModule_->jsABCCode; in ~NativeModuleManager()
1124 tailNativeModule_->jsABCCode = abcBuffer; in RegisterByBuffer()
1150 if (headNativeModule_->jsABCCode) { in RemoveNativeModuleByCache()
1151 delete[] headNativeModule_->jsABCCode; in RemoveNativeModuleByCache()
1171 if (curr->jsABCCode) { in RemoveNativeModuleByCache()
1172 delete[] curr->jsABCCode; in RemoveNativeModuleByCache()
H A Dnative_module_manager.h68 const uint8_t* jsABCCode = nullptr; member
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp443 if (module->jsABCCode != nullptr || module->jsCode != nullptr) { in ArkNativeEngine()
452 if (module->jsABCCode) { in ArkNativeEngine()
453 buffer = static_cast<const void *>(module->jsABCCode); in ArkNativeEngine()