Home
last modified time | relevance | path

Searched refs:EnsureCapacity (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.h42 void EnsureCapacity();
H A Dvalue_numbering.cpp50 EnsureCapacity(); in VisitGate()
79 void ValueNumbering::EnsureCapacity() in EnsureCapacity() function in panda::ecmascript::kungfu::ValueNumbering
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Promise.cpp53 static void EnsureCapacity(EtsCoroutine *coro, EtsHandle<EtsPromise> &hpromise) in EnsureCapacity() function
138 EnsureCapacity(coro, hpromise); in EtsPromiseSubmitCallback()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightset.h34 static void EnsureCapacity(const JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj,
H A Djs_api_lightweightset.cpp134 obj->EnsureCapacity(thread, obj, size + srcSize); in AddAll()
143 void JSAPILightWeightSet::EnsureCapacity(const JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, in EnsureCapacity() function in panda::ecmascript::JSAPILightWeightSet
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.h136 // for better coverage of EnsureCapacity
209 EnsureCapacity(); in Add()
234 void EnsureCapacity() REQUIRES(mutex_) in REQUIRES()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_lightweightset_test.cpp294 // test special return of EnsureCapacity in HWTEST_F_L0()
296 JSAPILightWeightSet::EnsureCapacity(thread, lws, 0); in HWTEST_F_L0()

Completed in 4 milliseconds