Searched defs:dictionary (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module_cache.cpp | 19 PutIfAbsentAndReset(const JSThread *thread, const JSHandle<CjsModuleCache> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) PutIfAbsentAndReset() argument 41 ResetModule(const JSThread *thread, const JSHandle<CjsModuleCache> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) ResetModule() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_namespace.cpp | 373 JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictionary(); in ValidateKeysAvailable() local
|
| H A D | js_module_source_text.cpp | 1384 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local 1399 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local 1434 FindByExport(const JSTaggedValue &exportEntriesTv, const JSTaggedValue &key, const JSTaggedValue &dictionary) FindByExport() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | transitions_dictionary.h | 90 Shrink(const JSThread *thread, const JSHandle<TransitionsDictionary> &dictionary) Shrink() argument
|
| H A D | tagged_dictionary.cpp | 437 PutIfAbsent( const JSThread *thread, const JSHandle<PointerToIndexDictionary> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) PutIfAbsent() argument
|
| H A D | object_operator.cpp | 918 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local 1019 NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
|
| H A D | js_hclass.cpp | 29 PutIfAbsent(const JSThread *thread, const JSHandle<TransitionsDictionary> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &metaData) PutIfAbsent() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ntype_hcr_lowering.cpp | 329 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
|
| H A D | stub_builder.cpp | 10250 GateRef dictionary = Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in Loadlocalmodulevar() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 497 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in GetModuleVariableIndex() local 559 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in GetExportVariableValue() local 585 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in SetExportVariableValue() local 678 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); GetLocalExportVariables() local [all...] |
Completed in 31 milliseconds