Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp762 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/
Dstub_builder.cpp2606 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