Searched refs:GetAttributesFromDictionary (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 386 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty() 539 GateRef attr = GetAttributesFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty() 934 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, *i); in GetNumKeysFromDictionary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 480 … GetAttributesFromDictionary<TransitionsDictionary>(elements, *entry)), in FindEntryFromTransitionDictionary() 2437 GateRef StubBuilder::GetAttributesFromDictionary(GateRef elements, GateRef entry) in GetAttributesFromDictionary() function in panda::ecmascript::kungfu::StubBuilder 2612 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex() 2860 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName() 3217 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entry); in IsArrayLengthWritable() 3455 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in SetPropertyByIndex() 3748 GateRef attr1 = GetAttributesFromDictionary<NameDictionary>(array, entry1); in SetPropertyByName()
|
| D | stub_builder.h | 499 GateRef GetAttributesFromDictionary(GateRef elements, GateRef entry);
|