Searched defs:entryA (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | object_operator_stub_builder.cpp | 259 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum, hir); in LookupPropertyInlinedProps() local 424 GateRef entryA = FindElementFromNumberDictionary(glue, elements, elementIdx); in LookupElementInlinedProps() local
|
| D | stub_builder.cpp | 3828 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/ |
| D | builtins_object_stub_builder.cpp | 551 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index); in HasOwnProperty() local 585 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, *stringTable, propsNum, hir); in HasOwnProperty() local
|