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.cpp1036 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in Keys() local
1306 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetOwnPropertyNames() local
1416 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetOwnPropertySymbols() local
1681 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::GENERIC)); in Entries() local
1739 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetEnumElementEntries() local
1807 GateRef elementKind = Int32(Elements::ToUint(ElementsKind::TAGGED)); in GetEnumPropertyEntries() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11295 GateRef StubBuilder::GetElementsKindHClass(GateRef glue, GateRef elementKind) in GetElementsKindHClass()