Home
last modified time | relevance | path

Searched defs:GetCapacity (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.h66 inline uint32_t GetCapacity() const in GetCapacity() function
Dtagged_queue.h169 inline JSTaggedValue GetCapacity(const JSThread *thread) const in GetCapacity() function
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.h163 size_t GetCapacity() const in GetCapacity() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h278 size_t GetCapacity() in GetCapacity() function
Dregion.h307 size_t GetCapacity() const in GetCapacity() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h144 unsigned GetCapacity() const noexcept in GetCapacity() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h135 GateRef GetCapacity(GateRef linkedTable) in GetCapacity() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h181 unsigned GetCapacity() const noexcept in GetCapacity() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp69 uint32_t JSAPIVector::GetCapacity(JSThread *thread) in GetCapacity() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp86 uint32_t JSAPIArrayList::GetCapacity(JSThread *thread, const JSHandle<JSAPIArrayList> &obj) in GetCapacity() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp178 JSTaggedValue ContainersArrayList::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_vector.cpp122 JSTaggedValue ContainersVector::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1675 static uint32_t GetCapacity(ObjectHeader *self) in GetCapacity() function