Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h426 GateRef GetAttributesFromDictionary(GateRef elements, GateRef entry);
Dstub_builder.cpp418GetAttributesFromDictionary<TransitionsDictionary>(elements, *entry)), in FindEntryFromTransitionDictionary()
2102 GateRef StubBuilder::GetAttributesFromDictionary(GateRef elements, GateRef entry) in GetAttributesFromDictionary() function in panda::ecmascript::kungfu::StubBuilder
2277 GateRef attr = GetAttributesFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex()
2512 GateRef attr = GetAttributesFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName()
3063 GateRef attr1 = GetAttributesFromDictionary<NameDictionary>(array, entry1); in SetPropertyByName()