Searched defs:entryB (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | object_operator_stub_builder.cpp | 288 GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue, array, key, hir); in LookupPropertyInlinedProps() local
|
| D | stub_builder.cpp | 4133 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/ |
| D | builtins_object_stub_builder.cpp | 599 … GateRef entryB = FindEntryFromHashTable<NameDictionary>(glue_, array, *stringTable, hir); in HasOwnProperty() local
|