Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp24 constexpr uint32_t MAX_HSP_VECTOR_SIZE = 10000; variable
105 hspVectorSize = std::min(hspVectorSize, MAX_HSP_VECTOR_SIZE); in ReadFromParcel()