Home
last modified time | relevance | path

Searched refs:GetEntryIndex (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h68 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
98 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
104 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
Dglobal_dictionary-inl.h52 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in GetBox()
63 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
91 int index = static_cast<int>(GetEntryIndex(entry) + ENTRY_DETAILS_INDEX); in SetAttributes()
231 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in IsValidateBox()
Dtagged_dictionary.h36 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
90 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
Dtemplate_map.h45 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
Dtagged_dictionary.cpp145 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
151 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
314 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
320 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
Dglobal_dictionary.h41 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
Dsymbol_table.h42 inline static int GetEntryIndex(int entry) in GetEntryIndex() function
Dtagged_hash_table.h69 int copyLength = Derived::GetEntryIndex(table->Size());
80 int length = Derived::GetEntryIndex(newSize);
93 int length = Derived::GetEntryIndex(entriesCount); in Create()
Djs_hclass.cpp108 int fromIndex = GetEntryIndex(i); in Rehash()
113 int insertionIndex = GetEntryIndex(newTable->FindInsertIndex(hash)); in Rehash()
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp65 HWTEST_F_L0(SymbolTableTest, GetEntryIndex) in HWTEST_F_L0() argument
68 EXPECT_EQ(SymbolTable::GetEntryIndex(entry), 3); in HWTEST_F_L0()
Dtransitions_dictionary_test.cpp106 HWTEST_F_L0(TransitionsDictionaryTest, GetEntryIndex) in HWTEST_F_L0() argument
109 EXPECT_EQ(TransitionsDictionary::GetEntryIndex(entry), 33); // 33 : 3 + 10 * 3 in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h47 inline static int GetEntryIndex(int entry) in GetEntryIndex() function