Home
last modified time | relevance | path

Searched refs:GetAllEnumKeys (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h103 void GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys,
106 void GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys,
H A Dtagged_dictionary.h69 void GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys,
71 void GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys) const;
135 static void GetAllEnumKeys(JSThread *thread, const JSHandle<NumberDictionary> &obj, int offset,
H A Dlayout_info.cpp136 void LayoutInfo::GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, in GetAllEnumKeys() function in panda::ecmascript::LayoutInfo
167 void LayoutInfo::GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, in GetAllEnumKeys() function in panda::ecmascript::LayoutInfo
H A Dtagged_dictionary.cpp149 void NameDictionary::GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, in GetAllEnumKeys() function in panda::ecmascript::NameDictionary
179 void NameDictionary::GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys) const in GetAllEnumKeys() function in panda::ecmascript::NameDictionary
347 void NumberDictionary::GetAllEnumKeys(JSThread *thread, const JSHandle<NumberDictionary> &obj, int offset, in GetAllEnumKeys() function in panda::ecmascript::NumberDictionary
H A Djs_object.cpp546 JSHandle<TaggedArray> JSObject::GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, in GetAllEnumKeys() function in panda::ecmascript::JSObject
572 ->GetAllEnumKeys(thread, end, EnumCache::ENUM_CACHE_HEADER_SIZE, keyArray, keys, obj); in GetAllEnumKeys()
585 dict->GetAllEnumKeys(thread, 0, keyArray, keys); in GetAllEnumKeys()
589 uint32_t JSObject::GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllEnumKeys() function in panda::ecmascript::JSObject
599 ->GetAllEnumKeys(thread, end, offset, keyArray, &keys, obj); in GetAllEnumKeys()
610 dict->GetAllEnumKeys(thread, offset, keyArray, &keys); in GetAllEnumKeys()
742 NumberDictionary::GetAllEnumKeys( in CollectEnumElementsAlongProtoChain()
770 NumberDictionary::GetAllEnumKeys(thread, JSHandle<NumberDictionary>(elements), elementIndex, keyArray, &keys); in GetEnumElementKeys()
1668 ->GetAllEnumKeys(thread, end, *keys, keyArray, keys, shadowQueue, obj, lastLength); in CollectEnumKeysAlongProtoChain()
1673 dict->GetAllEnumKeys(threa in CollectEnumKeysAlongProtoChain()
[all...]
H A Dproperty_accessor.cpp127 uint32_t length = JSObject::GetAllEnumKeys(thread_, receiverObj, EnumCache::ENUM_CACHE_HEADER_SIZE, newArray); in InitSimplePropertiesEnumCache()
H A Djs_object.h703 static JSHandle<TaggedArray> GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj,
705 static uint32_t GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset,
H A Djs_object-inl.h564 JSHandle<TaggedArray> keyArray = numOfEnumKeys > 0 ? JSObject::GetAllEnumKeys( in GetOwnEnumerableNamesInFastMode()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp141 layoutInfoHandle->GetAllEnumKeys(thread, infoLength, 0, keyArray, &keys, objectHandle); // 0: offset in GetAllKeysCommon()
161 HWTEST_F_L0(LayoutInfoTest, GetAllEnumKeys) in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.h49 GateRef GetAllEnumKeys(GateRef glue, GateRef obj);
H A Dbuiltins_object_stub_builder.cpp1001 GateRef BuiltinsObjectStubBuilder::GetAllEnumKeys(GateRef glue, GateRef obj) in GetAllEnumKeys() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
1040 // JSObject::GetAllEnumKeys in GetAllEnumKeys()
1237 GateRef keyArray = GetAllEnumKeys(glue_, obj); in Keys()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3793 dict->GetAllEnumKeys(thread, 0, keyArray, &keys); in DEF_RUNTIME_STUBS()
3808 NumberDictionary::GetAllEnumKeys( in DEF_RUNTIME_STUBS()

Completed in 25 milliseconds