Searched refs:jsABCCode (Results 1 – 3 of 3) sorted by relevance
71 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()
68 const uint8_t* jsABCCode = nullptr; member
443 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()