/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.cpp | 39 newDictionary->SetEntry(thread, entry, key, value); in PutIfAbsentAndReset() 55 dictionary->SetEntry(thread, entry, key, value); in ResetModule()
|
D | js_cjs_module_cache.h | 117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | value_numbering.cpp | 43 SetEntry(hash, gate); in VisitGate() 51 SetEntry(hash, gate); in VisitGate()
|
D | value_numbering.h | 54 void SetEntry(size_t hash, GateRef gate) in SetEntry() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_dictionary.h | 55 …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,
|
D | tagged_dictionary.cpp | 155 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()
|
D | global_dictionary.h | 66 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa…
|
D | global_dictionary-inl.h | 67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() function 79 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
|
D | tagged_hash_table.h | 429 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()
|
D | transitions_dictionary.h | 108 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() function
|
D | js_hclass.cpp | 56 newDictionary->SetEntry(thread, entry, key.GetTaggedValue(), val, metaData.GetTaggedValue()); in PutIfAbsent()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | global_dictionary_test.cpp | 115 …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()
|
D | transitions_dictionary_test.cpp | 158 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/ |
D | builtins_regexp.h | 148 …void SetEntry(JSThread *thread, int entry, JSTaggedValue &patten, JSTaggedValue &flags, JSTaggedVa…
|
D | builtins_regexp.cpp | 1942 … 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/ |
D | ir_constructor.h | 474 CurrentInst()->CastToMonitor()->SetEntry(); in Entry()
|