Home
last modified time | relevance | path

Searched refs:GetFirstKey (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treemap.h34 static JSTaggedValue GetFirstKey(EcmaRuntimeCallInfo *argv);
Dcontainers_treemap.cpp191 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey() function in panda::ecmascript::containers::ContainersTreeMap
193 BUILTINS_API_TRACE(argv->GetThread(), TreeMap, GetFirstKey); in GetFirstKey()
209 return TaggedTreeMap::Cast(map->GetTreeMap().GetTaggedObject())->GetFirstKey(); in GetFirstKey()
Dcontainers_treeset.cpp161 return TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())->GetFirstKey(); in GetFirstValue()
Dcontainers_private.cpp511 …SetFrozenFunction(thread, mapFuncPrototype, "getFirstKey", ContainersTreeMap::GetFirstKey, FuncLen… in InitializeTreeMap()
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapgetfirstkey_fuzzer/
Dcontainerstreemapgetfirstkey_fuzzer.cpp111 ContainersTreeMap::GetFirstKey(objCallInfo); in ContainersTreeMapGetFirstKeyFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h479 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function
538 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function
Druntime_call_id.h917 V(TreeMap, GetFirstKey) \
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp461 JSTaggedValue firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()
469 firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()
676 JSTaggedValue firstKey = tset->GetFirstKey(); in HWTEST_F_L0()
683 firstKey = tset->GetFirstKey(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp477 JSTaggedValue result = ContainersTreeMap::GetFirstKey(callInfo); in HWTEST_F_L0()
524 JSTaggedValue result = ContainersTreeMap::GetFirstKey(callInfo); in HWTEST_F_L0()
1406 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersTreeMap, GetFirstKey); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp832 reinterpret_cast<uintptr_t>(TreeMap::GetFirstKey),