Searched defs:newKind (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 84 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()
|
| D | element_accessor-inl.h | 36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
|
| D | elements.h | 129 …lementsKind MergeElementsKindNoFix(JSTaggedValue value, ElementsKind curKind, ElementsKind newKind) in MergeElementsKindNoFix()
|
| D | js_array.cpp | 336 ElementsKind newKind = ElementsKind::GENERIC; in TransformElementsKindAfterSetCapacity() local 348 ElementsKind newKind = ElementsKind::NONE; in TransformElementsKindAfterSetCapacity() local 1053 ElementsKind newKind = hclass->GetElementsKind(); in UpdateTrackInfo() local
|
| D | object_operator.cpp | 717 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local 919 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
|
| D | js_hclass.cpp | 701 ElementsKind newKind) in TransitToElementsKindUncheck() 719 ElementsKind newKind) in TransitToElementsKind() 747 ElementsKind newKind = Elements::MergeElementsKindNoFix(value.GetTaggedValue(), current, kind); in TransitToElementsKind() local
|
| D | js_stable_array.cpp | 1823 ElementsKind newKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 523 ElementsKind *newKind, in GetDatasIgnoreTypeForClass() 543 ElementsKind *newKind, in GetDatasIgnoreType()
|
| D | program_object.h | 627 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 232 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 100 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 2387 GateRef newKind = Int32Or(kind1, kind2); in ConcatOptimised() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3112 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
|
| D | stub_builder.cpp | 3870 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()
|