Home
last modified time | relevance | path

Searched refs:IsGeneric (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delements.h66 static bool IsGeneric(ElementsKind kind) in IsGeneric() function in panda::ecmascript::Elements
H A Djs_hclass-inl.h39 if (!Elements::IsGeneric(hclass->GetElementsKind()) || hclass.GetTaggedValue() == genericArrayHClass) { in ProtoIsFastJSArray()
H A Djs_array.cpp258 if (Elements::IsGeneric(oldKind)) { in SetCapacity()
H A Djs_hclass.cpp726 if (Elements::IsGeneric(current)) { in TransitToElementsKind()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.cpp97 if (Elements::IsGeneric(kind)) { in InferCreateArray()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.h360 [[nodiscard]] bool IsGeneric() const noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp211 if (!Elements::IsGeneric(kind)) { in NewJSArrayLiteral()
H A Dgate_accessor.cpp711 if (Elements::IsGeneric(kind)) { in TryGetArrayElementsKind()
729 if (Elements::IsGeneric(kind)) { in TryGetArrayElementsKindAfterTransition()
H A Dslowpath_lowering.cpp1599 if (!Elements::IsGeneric(kind)) { in LowerUpdateArrayHClassAtDefine()
H A Dtyped_hcr_lowering.cpp608 if (Elements::IsGeneric(kind)) { in BuiltinInstanceHClassCheck()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp250 if (Elements::IsGeneric(oldKind) || oldKind == newKind) { in UpdateTrackElementsKind()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp520 if (type->IsGeneric() && type != type->GetOriginalBaseType()) { in ResolveDeclaredMembersOfObject()

Completed in 35 milliseconds