Home
last modified time | relevance | path

Searched defs:EnsureCapacity (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.cpp46 void FinalizationRegistryManager::EnsureCapacity(EtsCoroutine *coro) in EnsureCapacity() function in ark::ets::FinalizationRegistryManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp80 void ValueNumbering::EnsureCapacity() in EnsureCapacity() function in panda::ecmascript::kungfu::ValueNumbering
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp41 static void EnsureCapacity(EtsCoroutine *coro, EtsHandle<EtsPromise> &hpromise) in EnsureCapacity() function
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.h234 void EnsureCapacity() REQUIRES(mutex_) in EnsureCapacity() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp143 void JSAPILightWeightSet::EnsureCapacity(const JSThread *thread, const JSHandle<JSAPILightWeightSet… in EnsureCapacity() function in panda::ecmascript::JSAPILightWeightSet