Searched defs:SetEntry (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | value_numbering.h | 45 void SetEntry(size_t hash, GateRef gate) in SetEntry() function in panda::ecmascript::kungfu::ValueNumbering
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module_cache.h | 117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry() function in panda::ecmascript::CjsModuleCache
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_dictionary.h | 173 inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value) in SetEntry() function in panda::ecmascript::PointerToIndexDictionary
|
| H A D | transitions_dictionary.h | 108 inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, in SetEntry() function in panda::ecmascript::TransitionsDictionary
|
| H A D | global_dictionary-inl.h | 67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, in SetEntry() function in panda::ecmascript::GlobalDictionary
|
| H A D | tagged_dictionary.cpp | 224 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, in SetEntry() function in panda::ecmascript::NameDictionary 405 void NumberDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, in SetEntry() function in panda::ecmascript::NumberDictionary 599 void ProtoArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc, in SetEntry() function in panda::ecmascript::ProtoArray
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 2649 void RegExpExecResultCache::SetEntry(JSThread *thread, int entry, JSTaggedValue &pattern, JSTaggedValue &flags, in SetEntry() function in panda::ecmascript::builtins::RegExpExecResultCache
|
Completed in 9 milliseconds