Searched refs:IsValidIndex (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | property_attributes.h | 424 inline static bool IsValidIndex(int index) in IsValidIndex() function in panda::ecmascript::TrackType::PropertyAttributes |
H A D | tagged_hash_table.h | 501 if (!PropertyAttributes::IsValidIndex(index)) { in NextEnumerationIndex() |
H A D | tagged_tree.h | 296 inline bool IsValidIndex(int entry) const in IsValidIndex() function in panda::ecmascript::TaggedTree |
H A D | tagged_tree.cpp | 42 while (IsValidIndex(index) && GetColor(GetParent(index)) == TreeColor::RED) { in InsertRebalance() |
Completed in 6 milliseconds