Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp20const JSHandle<CjsModuleCache> &dictionary, in PutIfAbsentAndReset()
42 const JSHandle<CjsModuleCache> &dictionary, in ResetModule()
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h92const JSHandle<TransitionsDictionary> &dictionary) in Shrink()
Dobject_operator.cpp939 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local
1042 …NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements(thread_).GetTaggedObject()); in LookupElementInlinedProps() local
Dtagged_dictionary.cpp441 const JSHandle<PointerToIndexDictionary> &dictionary, in PutIfAbsent()
Dobject_fast_operator-inl.h86 NumberDictionary *dictionary = in HasOwnProperty() local
Djs_hclass.cpp32const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp381 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
Djs_module_manager.cpp96 JSTaggedValue dictionary = in GetExternalModuleVarFastPathForJIT() local
Djs_module_source_text.cpp1339 JSTaggedValue dictionary = GetNameDictionary(thread); in GetModuleValue() local
1360 JSTaggedValue dictionary = GetNameDictionary(thread); in GetModuleValue() local
1419 const JSTaggedValue &dictionary) in FindByExport()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp540 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex() local
581 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetExportVariableValue() local
607 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in SetExportVariableValue() local
700 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp341 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), glue, module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
Dstub_builder.cpp11807 GateRef dictionary = GetNameDictionary(glue, module); in Loadlocalmodulevar() local
12020 GateRef dictionary = GetNameDictionary(glue, module); in GetModuleValueByIndex() local
12509 GateRef dictionary = GetNameDictionary(glue, requiredModule); in LoadModuleNamespaceByIndex() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp333 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions(thread)); in HWTEST_F_L0() local