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.cpp285 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum, hir); in LookupPropertyInlinedProps() local
380 GateRef entryA = FindElementFromNumberDictionary(glue, elements, elementIdx); in LookupElementInlinedProps() local
Dstub_builder.cpp3476 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex() local
3705 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum, hir); in GetPropertyByName() local
4292 GateRef entryA = FindEntryFromTransitionDictionary(glue, transition, key, metaData); in FindTransitions() local
4426 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in SetPropertyByIndex() local
4625 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