Home
last modified time | relevance | path

Searched defs:oldKind (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor-inl.h33 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in Set() local
Delements.cpp102 ElementsKind Elements::FixElementsKind(ElementsKind oldKind) in FixElementsKind()
194 const ElementsKind oldKind, const ElementsKind newKind) in MigrateArrayWithKind()
Dobject_fast_operator-inl.h380 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in TrySetPropertyByNameThroughCacheAtLocal() local
479 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in SetPropertyByName() local
540 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in SetPropertyByName() local
891 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in AddPropertyByName() local
943 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in AddPropertyByName() local
Dobject_operator.cpp685 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
736 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in UpdateDataValue() local
884 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
1063 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in AddPropertyInternal() local
Djs_object.cpp210 ElementsKind oldKind = receiver->GetJSHClass()->GetElementsKind(); in TransitionToDictionary() local
246 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in ElementsToDictionary() local
1508 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in SetPrototype() local
1551 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in PreventExtensions() local
2724 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in CreateObjectFromProperties() local
3011 const ElementsKind oldKind) in TryMigrateToGenericKindForJSObject()
Djs_array.cpp256 ElementsKind oldKind = array->GetClass()->GetElementsKind(); in SetCapacity() local
Djs_stable_array.cpp1576 ElementsKind oldKind = thisObj->GetClass()->GetElementsKind(); in Fill() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp161 ElementsKind oldKind = jsObject->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
268 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
300 ElementsKind oldKind = Obj1->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
332 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
409 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h629 ElementsKind oldKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h321 ElementsKind oldKind = receiver->GetJSHClass()->GetElementsKind(); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h225 ProfileType::Kind oldKind = GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1335 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in JSHClassAddProperty() local
1456 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in AddPropertyByName() local
1555 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in AddPropertyByName() local
3068 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in StoreWithTransition() local
3723 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in TransitionForRepChange() local
3761 …id StubBuilder::TryMigrateToGenericKindForJSObject(GateRef glue, GateRef receiver, GateRef oldKind) in TryMigrateToGenericKindForJSObject()
9598 void StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKi… in MigrateArrayWithKind()
Dtyped_hcr_lowering.cpp3423 GateRef oldKind = acc_.GetValueIn(gate, 1); // 1: objSize in LowerMigrateArrayWithKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp645 ElementsKind oldKind = static_cast<ElementsKind>(GetTArg(argv, argc, 1)); in DEF_RUNTIME_STUBS() local
669 ElementsKind oldKind = static_cast<ElementsKind>(GetTArg(argv, argc, 1)); in DEF_RUNTIME_STUBS() local
3935 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp248 auto oldKind = trackInfo->GetElementsKind(); in UpdateTrackElementsKind() local