Home
last modified time | relevance | path

Searched defs:lightWeightMap (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
H A Dcontainerslightweightmapforeach_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapForEachFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
H A Dcontainerslightweightmapentries_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapEntriesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
H A Dcontainerslightweightmapisempty_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
H A Dcontainerslightweightmaphasall_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapHasAllhFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/
H A Dcontainerslightweightmapremove_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapRemoveFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/
H A Dcontainerslightweightmaptostring_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapToStringFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/
H A Dcontainerslightweightmapat_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapAtFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/
H A Dcontainerslightweightmapclear_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapClearFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmap_fuzzer/
H A Dcontainerslightweightmap_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/
H A Dcontainerslightweightmaplength_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/
H A Dcontainerslightweightmapsetandget_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapSetAndGetFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
H A Dcontainerslightweightmapsetall_fuzzer.cpp112 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapSetAllFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h135 JSHandle<JSAPILightWeightMap> lightWeightMap = JSHandle<JSAPILightWeightMap>::Cast( in CreateLightWeightMap() local
H A Djs_api_lightweightmap_test.cpp88 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 Dcontainerslightweightmapvalues_fuzzer.cpp105 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapValuesFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/
H A Dcontainerslightweightmapkeys_fuzzer.cpp105 JSHandle<JSAPILightWeightMap> lightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapKeysFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_lightweightmap.cpp405 JSHandle<JSAPILightWeightMap> lightWeightMap = JSHandle<JSAPILightWeightMap>::Cast(self); Set() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_lightweightmap_test.cpp140 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 Djs_api_lightweightmap.cpp46 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...]

Completed in 9 milliseconds