/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/ |
H A D | containerslightweightmapforeach_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapForEachFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/ |
H A D | containerslightweightmapentries_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapEntriesFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/ |
H A D | containerslightweightmapisempty_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapIsEmptyFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/ |
H A D | containerslightweightmaphasall_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapHasAllhFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/ |
H A D | containerslightweightmapremove_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapRemoveFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/ |
H A D | containerslightweightmaptostring_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapToStringFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/ |
H A D | containerslightweightmapat_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread);
in ContainersLightWeightMapAtFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/ |
H A D | containerslightweightmapclear_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapClearFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmap_fuzzer/ |
H A D | containerslightweightmap_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread);
in ContainersLightWeightMapFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/ |
H A D | containerslightweightmaplength_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapLengthFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/ |
H A D | containerslightweightmapsetandget_fuzzer.cpp | 103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapSetAndGetFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/ |
H A D | containerslightweightmapsetall_fuzzer.cpp | 112 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapSetAllFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | ecma_container_common.h | 135 JSHandle<JSAPILightWeightMap> lightWeightMap = JSHandle<JSAPILightWeightMap>::Cast( in CreateLightWeightMap() local
|
H A D | js_api_lightweightmap_test.cpp | 88 JSAPILightWeightMap *lightWeightMap = CreateLightWeightMap(); in HWTEST_F_L0() local 94 JSAPILightWeightMap *lightWeightMap = CreateLightWeightMap(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/ |
H A D | containerslightweightmapvalues_fuzzer.cpp | 105 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapValuesFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/ |
H A D | containerslightweightmapkeys_fuzzer.cpp | 105 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapKeysFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_lightweightmap.cpp | 405 JSHandle<JSAPILightWeightMap> lightWeightMap = JSHandle<JSAPILightWeightMap>::Cast(self); Set() local [all...] |
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_lightweightmap_test.cpp | 140 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); in HWTEST_F_L0() local 212 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); in HWTEST_F_L0() local 273 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 306 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 392 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 515 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 565 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 598 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local 626 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(); HWTEST_F_L0() local [all...] |
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_lightweightmap.cpp | 46 void JSAPILightWeightMap::InsertValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, in InsertValue() argument 26 IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) IncreaseCapacityTo() argument 56 ReplaceValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) ReplaceValue() argument 64 RemoveValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, uint32_t index, AccossorsKind kind) RemoveValue() argument 89 Get(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &key) Get() argument 100 HasAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSAPILightWeightMap> &newLightWeightMap) HasAll() argument 135 HasKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &key) HasKey() argument 142 HasValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &value) HasValue() argument 155 GetIndexOfKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &key) GetIndexOfKey() argument 162 GetStateOfKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &key) GetStateOfKey() argument 191 GetIndexOfValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &value) GetIndexOfValue() argument 205 GetKeyAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) GetKeyAt() argument 224 GetValueAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) GetValueAt() argument 243 SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSAPILightWeightMap> &needLightWeightMap) SetAll() argument 258 Remove(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &key) Remove() argument 276 RemoveAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) RemoveAt() argument 299 Clear(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap) Clear() argument 311 SetValueAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index, const JSHandle<JSTaggedValue> &value) SetValueAt() argument 360 ToString(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap) ToString() argument 419 SetArrayByKind(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<TaggedArray> &array, AccossorsKind kind) SetArrayByKind() argument 440 GetArrayByKind(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, AccossorsKind kind) GetArrayByKind() argument [all...] |