Searched refs:GetAttributesFromDictionary (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 316 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty() 469 GateRef attr = GetAttributesFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty() 870 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, *i); in GetNumKeysFromDictionary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 958 … TruncInt64ToInt32(GetAttributesFromDictionary<TransitionsDictionary>(elements, *entry))), in FindEntryFromTransitionDictionary() 3156 GateRef StubBuilder::GetAttributesFromDictionary(GateRef elements, GateRef entry) in GetAttributesFromDictionary() function in panda::ecmascript::kungfu::StubBuilder 3352 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex() 3631 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName() 4025 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entry); in IsArrayLengthWritable() 4291 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in SetPropertyByIndex() 4490 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in DefinePropertyByIndex() 4746 GateRef attr1 = GetAttributesFromDictionary<NameDictionary>(array, entry1); in SetPropertyByName() 5013 GateRef attr1 = GetAttributesFromDictionary<NameDictionary>(array, entry1); in DefinePropertyByName()
|
| D | stub_builder.h | 598 GateRef GetAttributesFromDictionary(GateRef elements, GateRef entry);
|