Searched defs:newKind (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 52 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()
|
| D | element_accessor-inl.h | 36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
|
| D | elements.h | 128 …lementsKind MergeElementsKindNoFix(JSTaggedValue value, ElementsKind curKind, ElementsKind newKind) in MergeElementsKindNoFix()
|
| D | js_array.cpp | 338 ElementsKind newKind = ElementsKind::GENERIC; in TransformElementsKindAfterSetCapacity() local 350 ElementsKind newKind = ElementsKind::NONE; in TransformElementsKindAfterSetCapacity() local 1055 ElementsKind newKind = hclass->GetElementsKind(); in UpdateTrackInfo() local
|
| D | object_operator.cpp | 706 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local 909 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
|
| D | js_hclass.cpp | 750 ElementsKind newKind) in TransitToElementsKindUncheck() 768 ElementsKind newKind) in TransitToElementsKind() 796 ElementsKind newKind = Elements::MergeElementsKindNoFix(value.GetTaggedValue(), current, kind); in TransitToElementsKind() local
|
| D | js_stable_array.cpp | 1839 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 | 630 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 234 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 | 2395 GateRef newKind = Int32Or(kind1, kind2); in ConcatOptimised() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3380 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
|
| D | stub_builder.cpp | 4350 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()
|