Searched defs:SetEntry (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | value_numbering.h | 45 void SetEntry(size_t hash, GateRef gate) in SetEntry() function
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.h | 183 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() function
|
| D | transitions_dictionary.h | 108 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() function
|
| D | tagged_dictionary.cpp | 224 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() function in panda::ecmascript::NameDictionary 405 void NumberDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function in panda::ecmascript::NumberDictionary 599 void ProtoArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue … in SetEntry() function in panda::ecmascript::ProtoArray
|
| D | global_dictionary-inl.h | 67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 147 HWTEST_F_L0(TransitionsDictionaryTest, SetEntry) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 2675 void RegExpExecResultCache::SetEntry(JSThread *thread, int entry, JSTaggedValue &pattern, JSTaggedV… in SetEntry() function in panda::ecmascript::builtins::RegExpExecResultCache
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 4504 void SetEntry() in SetEntry() function
|