Searched refs:GetNumOfEnumKeys (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | global_dictionary.h | 83 inline std::pair<uint32_t, uint32_t> GetNumOfEnumKeys() const;
|
H A D | global_dictionary-inl.h | 158 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 D | layout_info.h | 102 std::pair<uint32_t, uint32_t> GetNumOfEnumKeys(int end, const JSObject *object) const;
|
H A D | layout_info.cpp | 114 std::pair<uint32_t, uint32_t> LayoutInfo::GetNumOfEnumKeys(int end, const JSObject *object) const in GetNumOfEnumKeys() function in panda::ecmascript::LayoutInfo
|
H A D | tagged_dictionary.h | 68 std::pair<uint32_t, uint32_t> GetNumOfEnumKeys() const;
|
H A D | tagged_dictionary.cpp | 130 std::pair<uint32_t, uint32_t> NameDictionary::GetNumOfEnumKeys() const in GetNumOfEnumKeys() function in panda::ecmascript::NameDictionary
|
H A D | js_object.cpp | 782 return layout->GetNumOfEnumKeys(end, this); in GetNumberOfEnumKeys() 788 return dict->GetNumOfEnumKeys(); in GetNumberOfEnumKeys() 792 return dict->GetNumOfEnumKeys(); in GetNumberOfEnumKeys()
|
Completed in 10 milliseconds