Home
last modified time | relevance | path

Searched refs:SetEntry (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp39 newDictionary->SetEntry(thread, entry, key, value); in PutIfAbsentAndReset()
55 dictionary->SetEntry(thread, entry, key, value); in ResetModule()
Djs_cjs_module_cache.h117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp43 SetEntry(hash, gate); in VisitGate()
51 SetEntry(hash, gate); in VisitGate()
Dvalue_numbering.h54 void SetEntry(size_t hash, GateRef gate) in SetEntry() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h55 …void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &va…
105 void SetEntry([[maybe_unused]] const JSThread *thread, int entry, const JSTaggedValue &key,
Dtagged_dictionary.cpp155 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() function in panda::ecmascript::NameDictionary
179 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
324 void NumberDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function in panda::ecmascript::NumberDictionary
348 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
Dglobal_dictionary.h66 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa…
Dglobal_dictionary-inl.h67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function
79 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
Dtagged_hash_table.h429 newTable->SetEntry(thread, entry, key.GetTaggedValue(), value.GetTaggedValue(), attr); in PutIfAbsent()
446 table->SetEntry(thread, entry, key.GetTaggedValue(), value.GetTaggedValue(), attr); in Put()
456 newTable->SetEntry(thread, entry, key.GetTaggedValue(), value.GetTaggedValue(), attr); in Put()
Dtransitions_dictionary.h108 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() function
Djs_hclass.cpp56 newDictionary->SetEntry(thread, entry, key.GetTaggedValue(), val, metaData.GetTaggedValue()); in PutIfAbsent()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp115 …handleDict->SetEntry(thread, 0, globalKey.GetTaggedValue(), propertyBox.GetTaggedValue(), attribut… in HWTEST_F_L0()
165 handleDict->SetEntry(thread, i, handleValueKey.GetTaggedValue(), in HWTEST_F_L0()
192 handleDict->SetEntry(thread, i, handleValueKey.GetTaggedValue(), in HWTEST_F_L0()
338 handleDict->SetEntry(thread, i, handleKey.GetTaggedValue(), in HWTEST_F_L0()
Dtransitions_dictionary_test.cpp158 HWTEST_F_L0(TransitionsDictionaryTest, SetEntry) in HWTEST_F_L0() argument
170 …transDic->SetEntry(thread, index, key.GetTaggedValue(), value.GetTaggedValue(), metaData.GetTagged… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h148 …void SetEntry(JSThread *thread, int entry, JSTaggedValue &patten, JSTaggedValue &flags, JSTaggedVa…
Dbuiltins_regexp.cpp1942 … cache->SetEntry(thread, entry, patternValue, flagsValue, inputValue, lastIndexValue, extend); in AddResultInCache()
1966 …cache->SetEntry(thread, entry2, patternValue, flagsValue, inputValue, lastIndexValue, extendValue); in AddResultInCache()
1974 … cache->SetEntry(thread, entry, patternValue, flagsValue, inputValue, lastIndexValue, extendValue); in AddResultInCache()
1988 void RegExpExecResultCache::SetEntry(JSThread *thread, int entry, JSTaggedValue &pattern, JSTaggedV… in SetEntry() function in panda::ecmascript::builtins::RegExpExecResultCache
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h474 CurrentInst()->CastToMonitor()->SetEntry(); in Entry()