Home
last modified time | relevance | path

Searched defs:newKind (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp84 ElementsKind Elements::MergeElementsKind(ElementsKind curKind, ElementsKind newKind) in MergeElementsKind()
124 const ElementsKind newKind, bool needCOW) in HandleIntKindMigration()
147 const ElementsKind newKind, bool needCOW) in HandleNumberKindMigration()
158 const ElementsKind newKind, bool needCOW) in HandleOtherKindMigration()
170 const ElementsKind oldKind, const ElementsKind newKind) in MigrateArrayWithKind()
Delement_accessor-inl.h36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
Delements.h129 …lementsKind MergeElementsKindNoFix(JSTaggedValue value, ElementsKind curKind, ElementsKind newKind) in MergeElementsKindNoFix()
Djs_array.cpp336 ElementsKind newKind = ElementsKind::GENERIC; in TransformElementsKindAfterSetCapacity() local
348 ElementsKind newKind = ElementsKind::NONE; in TransformElementsKindAfterSetCapacity() local
1053 ElementsKind newKind = hclass->GetElementsKind(); in UpdateTrackInfo() local
Dobject_operator.cpp717 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
919 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
Djs_hclass.cpp701 ElementsKind newKind) in TransitToElementsKindUncheck()
719 ElementsKind newKind) in TransitToElementsKind()
747 ElementsKind newKind = Elements::MergeElementsKindNoFix(value.GetTaggedValue(), current, kind); in TransitToElementsKind() local
Djs_stable_array.cpp1823 ElementsKind newKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp523 ElementsKind *newKind, in GetDatasIgnoreTypeForClass()
543 ElementsKind *newKind, in GetDatasIgnoreType()
Dprogram_object.h627 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h232 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp100 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp2387 GateRef newKind = Int32Or(kind1, kind2); in ConcatOptimised() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3112 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
Dstub_builder.cpp3870 GateRef newKind = TaggedToElementKind(value); in TransitToElementsKind() local
10186 GateRef newKind = Int32(Elements::ToUint(ElementsKind::GENERIC)); in RestoreElementsKindToGeneric() local
10541 …d StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) in MigrateArrayWithKind()