Home
last modified time | relevance | path

Searched refs:GetValueFromDictionary (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp321 GateRef value = GetValueFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty()
475 value = GetValueFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3168 GateRef StubBuilder::GetValueFromDictionary(GateRef elements, GateRef entry) in GetValueFromDictionary() function in panda::ecmascript::kungfu::StubBuilder
3353 GateRef value = GetValueFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex()
3633 GateRef value = GetValueFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName()
4155 auto cachedValue = GetValueFromDictionary<TransitionsDictionary>(transition, entryA); in FindTransitions()
4305 … GateRef accessor = GetValueFromDictionary<NumberDictionary>(elements, entryA); in SetPropertyByIndex()
4754 GateRef accessor1 = GetValueFromDictionary<NameDictionary>(array, entry1); in SetPropertyByName()
5026 GateRef accessor1 = GetValueFromDictionary<NameDictionary>(array, entry1); in DefinePropertyByName()
Dstub_builder.h600 GateRef GetValueFromDictionary(GateRef elements, GateRef entry);