Home
last modified time | relevance | path

Searched defs:entryA (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp259 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum, hir); in LookupPropertyInlinedProps() local
424 GateRef entryA = FindElementFromNumberDictionary(glue, elements, elementIdx); in LookupElementInlinedProps() local
Dstub_builder.cpp3828 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex() local
4088 … GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum, hir); in GetPropertyByName() local
4231 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum, hir); in TryGetOwnProperty() local
4770 GateRef entryA = FindEntryFromTransitionDictionary(glue, transition, key, metaData); in FindTransitions() local
4904 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in SetPropertyByIndex() local
5107 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in DefinePropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp551 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index); in HasOwnProperty() local
585 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, *stringTable, propsNum, hir); in HasOwnProperty() local