Home
last modified time | relevance | path

Searched defs:SetEntry (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.h54 void SetEntry(size_t hash, GateRef gate) in SetEntry() function
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry() function
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h108 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() function
Dtagged_dictionary.cpp155 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() function in panda::ecmascript::NameDictionary
324 void NumberDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function in panda::ecmascript::NumberDictionary
Dglobal_dictionary-inl.h67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp158 HWTEST_F_L0(TransitionsDictionaryTest, SetEntry) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1988 void RegExpExecResultCache::SetEntry(JSThread *thread, int entry, JSTaggedValue &pattern, JSTaggedV… in SetEntry() function in panda::ecmascript::builtins::RegExpExecResultCache