Searched defs:numOfKeys (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | fast_json_stringifier.h | 111 inline int32_t FindCache(JSHClass *hclass, size_t numOfKeys) in FindCache() argument 130 inline void SetCache(JSHClass *hclass, size_t numOfKeys, CVector<std::pair<CString, int>> &value) in SetCache() argument 144 inline size_t GetHash(JSHClass *hclass, size_t numOfKeys) in GetHash() argument
|
| H A D | fast_json_stringifier.cpp | 240 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local 972 bool FastJsonStringifier::DefaultSerializeObject(const JSTaggedValue &object, uint32_t numOfKeys, in DefaultSerializeObject() argument
|
| H A D | json_stringifier.cpp | 429 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | property_accessor.cpp | 55 std::pair<uint32_t, uint32_t> numOfKeys = receiverObj->GetNumberOfEnumKeys(); in PreLoad() local 91 std::pair<uint32_t, uint32_t> numOfKeys = currentObj->GetNumberOfEnumKeys(); in CollectPrototypeInfo() local
|
| H A D | js_object-inl.h | 559 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(); in GetOwnEnumerableNamesInFastMode() local
|
| H A D | js_object.cpp | 546 GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t numOfKeys, uint32_t *keys) GetAllEnumKeys() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 1016 GateRef numOfKeys = GetNumKeysFromDictionary(array);
in GetAllEnumKeys() local 1039 GateRef numOfKeys = GetNumKeysFromLayoutInfo(obj, num, layout);
in GetAllEnumKeys() local 1503 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass);
in GetOwnPropertyNames() local 1611 GateRef numOfKeys in GetOwnPropertySymbols() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3788 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local
|
Completed in 24 milliseconds