Home
last modified time | relevance | path

Searched refs:GetEntryIndex (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread_hclass_entries.h55 static size_t GetEntryIndex(BuiltinTypeId type) in GetEntryIndex() function
64 size_t index = GetEntryIndex(type);
70 size_t index = GetEntryIndex(type);
76 size_t index = GetEntryIndex(type);
82 size_t index = GetEntryIndex(type);
88 size_t index = GetEntryIndex(type);
94 size_t index = GetEntryIndex(type);
H A Dtransitions_dictionary.h68 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::TransitionsDictionary
98 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in GetAttributes()
104 int index = GetEntryIndex(entry) + ENTRY_DETAILS_INDEX; in SetAttributes()
H A 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()
245 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in IsValidateBox()
H A Dtagged_dictionary.h36 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::NameDictionary
106 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::NumberDictionary
163 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::PointerToIndexDictionary
H A Dtemplate_map.h45 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::TemplateMap
H A Dsymbol_table.h42 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::SymbolTable
H A Dglobal_dictionary.h41 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::GlobalDictionary
H A Djs_thread.cpp589 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in SetInitialBuiltinHClass()
614 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in GetBuiltinHClass()
620 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in GetBuiltinInstanceHClass()
626 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in GetBuiltinExtraHClass()
643 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in GetBuiltinPrototypeHClass()
649 size_t index = BuiltinHClassEntries::GetEntryIndex(type); in GetBuiltinPrototypeOfPrototypeHClass()
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()
H A Dtagged_hash_table.h72 int copyLength = Derived::GetEntryIndex(table->Size()); in GrowHashTable()
85 int length = Derived::GetEntryIndex(newSize); in GrowHashTable()
101 int length = Derived::GetEntryIndex(entriesCount); in Create()
H A Djs_hclass.cpp104 int fromIndex = GetEntryIndex(i); in Rehash()
109 int insertionIndex = GetEntryIndex(newTable->FindInsertIndex(hash)); in Rehash()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dsymbol_table_test.cpp42 HWTEST_F_L0(SymbolTableTest, GetEntryIndex) in HWTEST_F_L0()
45 EXPECT_EQ(SymbolTable::GetEntryIndex(entry), 3); in HWTEST_F_L0()
H A Dtransitions_dictionary_test.cpp82 HWTEST_F_L0(TransitionsDictionaryTest, GetEntryIndex) in HWTEST_F_L0()
85 EXPECT_EQ(TransitionsDictionary::GetEntryIndex(entry), 33); // 33 : 3 + 10 * 3 in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.h47 inline static int GetEntryIndex(int entry) in GetEntryIndex() function in panda::ecmascript::CjsModuleCache
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_gate_meta_data.h639 ASSERT(BuiltinHClassEntries::GetEntryIndex(type) < BuiltinHClassEntries::N_ENTRIES); in BuiltinPrototypeHClassAccessor()

Completed in 15 milliseconds