Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1020 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in Keys() local
1292 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetOwnPropertyNames() local
1402 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetOwnPropertySymbols() local
1667 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::GENERIC)); in Entries() local
1725 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetEnumElementEntries() local
1793 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetEnumPropertyEntries() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp12682 GateRef StubBuilder::GetElementsKindHClass(GateRef glue, GateRef elementKind) in GetElementsKindHClass()