Searched refs:EnsureCapacity (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | value_numbering.h | 42 void EnsureCapacity();
|
H A D | value_numbering.cpp | 50 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 D | std_core_Promise.cpp | 53 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 D | js_api_lightweightset.h | 34 static void EnsureCapacity(const JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj,
|
H A D | js_api_lightweightset.cpp | 134 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 D | global_object_storage.h | 136 // for better coverage of EnsureCapacity 209 EnsureCapacity(); in Add() 234 void EnsureCapacity() REQUIRES(mutex_) in REQUIRES()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_lightweightset_test.cpp | 294 // test special return of EnsureCapacity in HWTEST_F_L0() 296 JSAPILightWeightSet::EnsureCapacity(thread, lws, 0); in HWTEST_F_L0()
|
Completed in 4 milliseconds