Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp386 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/
Dstub_builder.cpp480GetAttributesFromDictionary<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()
Dstub_builder.h499 GateRef GetAttributesFromDictionary(GateRef elements, GateRef entry);