Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp95 ElementsKind Elements::MergeElementsKind(ElementsKind curKind, ElementsKind newKind) in MergeElementsKind()
148 const ElementsKind newKind, bool needCOW) in HandleIntKindMigration()
171 const ElementsKind newKind, bool needCOW) in HandleNumberKindMigration()
182 const ElementsKind newKind, bool needCOW) in HandleOtherKindMigration()
194 const ElementsKind oldKind, const ElementsKind newKind) in MigrateArrayWithKind()
Delement_accessor-inl.h36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
Djs_array.cpp261 ElementsKind newKind = ElementsKind::GENERIC; in SetCapacity() local
263 ElementsKind newKind = ElementsKind::NONE; in SetCapacity() local
Dobject_operator.cpp688 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
889 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
Djs_hclass.cpp676 ElementsKind newKind) in TransitToElementsKindUncheck()
700 ElementsKind newKind) in TransitToElementsKind()
726 auto newKind = Elements::ToElementsKind(value.GetTaggedValue(), kind); in TransitToElementsKind() local
Djs_stable_array.cpp1578 ElementsKind newKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp519 ElementsKind *newKind, in GetDatasIgnoreTypeForClass()
539 ElementsKind *newKind, in GetDatasIgnoreType()
Dprogram_object.h631 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h226 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp244 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp97 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp646 ElementsKind newKind = static_cast<ElementsKind>(GetTArg(argv, argc, 2)); in DEF_RUNTIME_STUBS() local
670 ElementsKind newKind = static_cast<ElementsKind>(GetTArg(argv, argc, 2)); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3744 GateRef newKind = TaggedToElementKind(value); in TransitToElementsKind() local
9334 GateRef newKind = Int32(static_cast<int32_t>(ElementsKind::GENERIC)); in RestoreElementsKindToGeneric() local
9598 …d StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) in MigrateArrayWithKind()
Dtyped_hcr_lowering.cpp3424 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local