Searched defs:newKind (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 95 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()
|
| D | element_accessor-inl.h | 36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
|
| D | js_array.cpp | 261 ElementsKind newKind = ElementsKind::GENERIC; in SetCapacity() local 263 ElementsKind newKind = ElementsKind::NONE; in SetCapacity() local
|
| D | object_operator.cpp | 688 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local 889 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
|
| D | js_hclass.cpp | 676 ElementsKind newKind) in TransitToElementsKindUncheck() 700 ElementsKind newKind) in TransitToElementsKind() 726 auto newKind = Elements::ToElementsKind(value.GetTaggedValue(), kind); in TransitToElementsKind() local
|
| D | js_stable_array.cpp | 1579 ElementsKind newKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 519 ElementsKind *newKind, in GetDatasIgnoreTypeForClass() 539 ElementsKind *newKind, in GetDatasIgnoreType()
|
| D | program_object.h | 631 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 226 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 244 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 97 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 625 ElementsKind newKind = static_cast<ElementsKind>(GetTArg(argv, argc, 2)); in DEF_RUNTIME_STUBS() local 649 ElementsKind newKind = static_cast<ElementsKind>(GetTArg(argv, argc, 2)); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 3723 GateRef newKind = TaggedToElementKind(value); in TransitToElementsKind() local 9313 GateRef newKind = Int32(static_cast<int32_t>(ElementsKind::GENERIC)); in RestoreElementsKindToGeneric() local 9577 …d StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) in MigrateArrayWithKind()
|
| D | typed_hcr_lowering.cpp | 3424 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
|