Home
last modified time | relevance | path

Searched defs:entryB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp288 GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue, array, key, hir); in LookupPropertyInlinedProps() local
Dstub_builder.cpp4133 GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue, array, propKey, hir); in GetPropertyByName() local
4254 GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue, array, key, hir); in TryGetOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp599 … GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue_, array, *stringTable, hir); in HasOwnProperty() local