Searched refs:GetValueFromDictionary (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 321 GateRef value = GetValueFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty() 475 value = GetValueFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 3168 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()
|
| D | stub_builder.h | 600 GateRef GetValueFromDictionary(GateRef elements, GateRef entry);
|