Searched defs:entryA (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 762 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index); in HasOwnProperty() local 788 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, res, propsNum); in HasOwnProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 2606 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex() local 2813 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in GetPropertyByName() local 3298 GateRef entryA = FindEntryFromTransitionDictionary(glue, transition, key, metaData); in FindTransitions() local 3449 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in SetPropertyByIndex() local
|