Home
last modified time | relevance | path

Searched refs:ENTRY_DETAILS_INDEX (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtransitions_dictionary.h98 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
104 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
178 static constexpr int ENTRY_DETAILS_INDEX = 2; member in panda::ecmascript::TransitionsDictionary
H A Dglobal_dictionary.h93 static constexpr int ENTRY_DETAILS_INDEX = 2; member in panda::ecmascript::GlobalDictionary
H A Dtagged_dictionary.h91 static constexpr int ENTRY_DETAILS_INDEX = 2; member in panda::ecmascript::NameDictionary
146 static constexpr int ENTRY_DETAILS_INDEX = 2; member in panda::ecmascript::NumberDictionary
H A Dglobal_dictionary-inl.h63 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
91 int index = static_cast<int>(GetEntryIndex(entry) + ENTRY_DETAILS_INDEX); in SetAttributes()
H A Dtagged_dictionary.cpp214 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
220 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
395 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
401 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3200 Int32Add(arrayIndex, Int32(DictionaryT::ENTRY_DETAILS_INDEX)); in GetAttributesFromDictionary()
3258 Int32Add(arrayIndex, Int32(NameDictionary::ENTRY_DETAILS_INDEX)); in UpdateValueAndAttributes()

Completed in 21 milliseconds