Home
last modified time | relevance | path

Searched defs:hashArray (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightmap.h25 JSHandle<TaggedArray> hashArray; member
H A Djs_api_hashset.cpp39 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Has() local
70 TaggedHashArray *hashArray in Clear() local
[all...]
H A Djs_api_hashmap.cpp31 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in HasKey() local
94 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Replace() local
134 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); Get() local
197 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); Clear() local
[all...]
H A Djs_api_lightweightset.cpp89 TaggedArray *hashArray = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashIndex() local
111 TaggedArray *hashArray = TaggedArray::Cast(GetHashes().GetTaggedObject()); BinarySearchHashes() local
[all...]
H A Djs_api_lightweightmap.cpp34 JSHandle<TaggedArray> hashArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::HASH); in IncreaseCapacityTo() local
167 JSHandle<TaggedArray> hashArray = GetArrayByKind(thread, lightWeightMap, AccossorsKind::HASH); in GetStateOfKey() local
302 JSHandle<TaggedArray> hashArray = factory->NewTaggedArray(DEFAULT_CAPACITY_LENGTH); in Clear() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h137 JSHandle<JSTaggedValue> hashArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(g_defaultSize)); in CreateLightWeightMap() local
154 JSHandle<JSTaggedValue> hashArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(g_defaultSize)); in CreateLightWeightSet() local
H A Ddump_test.cpp398 JSHandle<JSTaggedValue> hashArray = in NewJSAPILightWeightMap() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_lightweightmap.cpp43 JSHandle<TaggedArray> hashArray = factory->NewTaggedArray(JSAPILightWeightMap::DEFAULT_CAPACITY_LENGTH); in LightWeightMapConstructor() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp372 JSHandle<JSTaggedValue> hashArray = in NewJSAPILightWeightMap() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp2310 TaggedArray *hashArray = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump() local
2335 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump() local
2354 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump() local

Completed in 17 milliseconds