Searched defs:entryA (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 699 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index);
in HasOwnProperty() local 733 GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, *stringTable, propsNum, hir);
in HasOwnProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 3384 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex() local 3623 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in GetPropertyByName() local 4189 GateRef entryA = FindEntryFromTransitionDictionary(glue, transition, key, metaData); in FindTransitions() local 4323 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); SetPropertyByIndex() local 4522 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); DefinePropertyByIndex() local [all...] |
Completed in 17 milliseconds