Home
last modified time | relevance | path

Searched refs:GetNumOfEnumKeys (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary.h83 inline std::pair<uint32_t, uint32_t> GetNumOfEnumKeys() const;
H A Dglobal_dictionary-inl.h158 std::pair<uint32_t, uint32_t> GlobalDictionary::GetNumOfEnumKeys() const in GetNumOfEnumKeys() function in panda::ecmascript::GlobalDictionary
180 ASSERT_PRINT(offset + GetNumOfEnumKeys().first <= static_cast<unsigned int>(keyArray->GetLength()), in GetEnumAllKeys()
H A Dlayout_info.h102 std::pair<uint32_t, uint32_t> GetNumOfEnumKeys(int end, const JSObject *object) const;
H A Dlayout_info.cpp114 std::pair<uint32_t, uint32_t> LayoutInfo::GetNumOfEnumKeys(int end, const JSObject *object) const in GetNumOfEnumKeys() function in panda::ecmascript::LayoutInfo
H A Dtagged_dictionary.h68 std::pair<uint32_t, uint32_t> GetNumOfEnumKeys() const;
H A Dtagged_dictionary.cpp130 std::pair<uint32_t, uint32_t> NameDictionary::GetNumOfEnumKeys() const in GetNumOfEnumKeys() function in panda::ecmascript::NameDictionary
H A Djs_object.cpp782 return layout->GetNumOfEnumKeys(end, this); in GetNumberOfEnumKeys()
788 return dict->GetNumOfEnumKeys(); in GetNumberOfEnumKeys()
792 return dict->GetNumOfEnumKeys(); in GetNumberOfEnumKeys()

Completed in 10 milliseconds