Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp52 ElementsKind Elements::MergeElementsKind(ElementsKind curKind, ElementsKind newKind) in MergeElementsKind()
92 const ElementsKind newKind, bool needCOW) in HandleIntKindMigration()
115 const ElementsKind newKind, bool needCOW) in HandleNumberKindMigration()
126 const ElementsKind newKind, bool needCOW) in HandleOtherKindMigration()
138 const ElementsKind oldKind, const ElementsKind newKind) in MigrateArrayWithKind()
Delement_accessor-inl.h36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
Delements.h128 …lementsKind MergeElementsKindNoFix(JSTaggedValue value, ElementsKind curKind, ElementsKind newKind) in MergeElementsKindNoFix()
Djs_array.cpp338 ElementsKind newKind = ElementsKind::GENERIC; in TransformElementsKindAfterSetCapacity() local
350 ElementsKind newKind = ElementsKind::NONE; in TransformElementsKindAfterSetCapacity() local
1055 ElementsKind newKind = hclass->GetElementsKind(); in UpdateTrackInfo() local
Dobject_operator.cpp706 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
909 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
Djs_hclass.cpp750 ElementsKind newKind) in TransitToElementsKindUncheck()
768 ElementsKind newKind) in TransitToElementsKind()
796 ElementsKind newKind = Elements::MergeElementsKindNoFix(value.GetTaggedValue(), current, kind); in TransitToElementsKind() local
Djs_stable_array.cpp1839 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.h630 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h234 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.cpp2395 GateRef newKind = Int32Or(kind1, kind2); in ConcatOptimised() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3380 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
Dstub_builder.cpp4350 GateRef newKind = TaggedToElementKind(glue, value); in TransitToElementsKind() local
10897 GateRef newKind = Int32(Elements::ToUint(ElementsKind::GENERIC)); in RestoreElementsKindToGeneric() local
11252 …d StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) in MigrateArrayWithKind()