Home
last modified time | relevance | path

Searched defs:numOfKeys (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.h90 inline int32_t FindCache(JSHClass *hclass, size_t numOfKeys) in FindCache()
109 … inline void SetCache(JSHClass *hclass, size_t numOfKeys, CVector<std::pair<CString, int>> &value) in SetCache()
123 inline size_t GetHash(JSHClass *hclass, size_t numOfKeys) in GetHash()
Dfast_json_stringifier.cpp253 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
929 bool FastJsonStringifier::DefaultSerializeObject(const JSTaggedValue &object, uint32_t numOfKeys, in DefaultSerializeObject()
Djson_stringifier.cpp415 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_accessor.cpp57 std::pair<uint32_t, uint32_t> numOfKeys = receiverObj->GetNumberOfEnumKeys(); in PreLoad() local
93 std::pair<uint32_t, uint32_t> numOfKeys = currentObj->GetNumberOfEnumKeys(); in CollectPrototypeInfo() local
Djs_object-inl.h546 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(); in GetOwnEnumerableNamesInFastMode() local
Djs_object.cpp493 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys()
Dobject_factory.cpp3738 JSHandle<TSObjectType> ObjectFactory::NewTSObjectType(uint32_t numOfKeys) in NewTSObjectType()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1069 GateRef numOfKeys = GetNumKeysFromDictionary(array); in GetAllEnumKeys() local
1092 GateRef numOfKeys = GetNumKeysFromLayoutInfo(obj, num, layout); in GetAllEnumKeys() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3257 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local