Home
last modified time | relevance | path

Searched defs:oldKind (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delement_accessor-inl.h33 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in Set() local
H A Delements.cpp102 ElementsKind Elements::FixElementsKind(ElementsKind oldKind) in FixElementsKind() argument
193 MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind oldKind, const ElementsKind newKind) MigrateArrayWithKind() argument
H A Dobject_operator.cpp684 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
735 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in UpdateDataValue() local
883 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
1062 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in AddPropertyInternal() local
H A Djs_array.cpp257 ElementsKind oldKind = array->GetClass()->GetElementsKind(); in SetCapacity() local
H A Dobject_fast_operator-inl.h382 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in TrySetPropertyByNameThroughCacheAtLocal() local
481 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in SetPropertyByName() local
542 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in SetPropertyByName() local
892 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); in AddPropertyByName() local
944 ElementsKind oldKind = objHandle->GetJSHClass()->GetElementsKind(); AddPropertyByName() local
[all...]
H A Djs_object.cpp210 ElementsKind oldKind = receiver->GetJSHClass()->GetElementsKind(); in TransitionToDictionary() local
246 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in ElementsToDictionary() local
1520 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in SetPrototype() local
1563 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in PreventExtensions() local
2736 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in CreateObjectFromProperties() local
3021 TryMigrateToGenericKindForJSObject(const JSThread *thread, const JSHandle<JSObject> &obj, const ElementsKind oldKind) TryMigrateToGenericKindForJSObject() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp165 ElementsKind oldKind = jsObject->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
272 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
304 ElementsKind oldKind = Obj1->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
336 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); in HWTEST_F_L0() local
413 ElementsKind oldKind = Obj->GetJSHClass()->GetElementsKind(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h330 ElementsKind oldKind = receiver->GetJSHClass()->GetElementsKind(); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h624 ElementsKind oldKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h225 ProfileType::Kind oldKind = GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp249 auto oldKind = trackInfo->GetElementsKind(); in UpdateTrackElementsKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3974 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp3426 GateRef oldKind = acc_.GetValueIn(gate, 1); // 1: objSize in LowerMigrateArrayWithKind() local
H A Dstub_builder.cpp1345 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in JSHClassAddProperty() local
1466 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in AddPropertyByName() local
1565 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in AddPropertyByName() local
3106 GateRef oldKind = GetElementsKindFromHClass(LoadHClass(receiver)); in StoreWithTransition() local
3761 GateRef oldKind in TransitionForRepChange() local
3799 TryMigrateToGenericKindForJSObject(GateRef glue, GateRef receiver, GateRef oldKind) TryMigrateToGenericKindForJSObject() argument
9695 MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) MigrateArrayWithKind() argument
[all...]

Completed in 49 milliseconds