Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor-inl.h35 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
65 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
Delements.cpp71 ElementsKind Elements::MergeElementsKind(ElementsKind curKind, ElementsKind newKind) in MergeElementsKind()
125 const ElementsKind oldKind, const ElementsKind newKind) in MigrateArrayWithKind()
Djs_hclass.cpp276 ElementsKind newKind = ElementsKind::GENERIC; in TryRestoreElementsKind() local
549 ElementsKind newKind) in TransitToElementsKind()
582 auto newKind = Elements::ToElementsKind(value.GetTaggedValue(), kind); in TransitToElementsKind() local
Dobject_operator.cpp663 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
Djs_stable_array.cpp1148 ElementsKind newKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h395 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
Dliteral_data_extractor.cpp465ElementsKind *newKind, ClassKind classKind) in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h208 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp172 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp545 ElementsKind newKind = static_cast<ElementsKind>(GetTArg(argv, argc, 2)); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2971 GateRef newKind = TaggedToElementKind(value); in TransitToElementsKind() local