| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | element_accessor-inl.h | 33 ElementsKind oldKind = receiver->GetClass()->GetElementsKind(); in Set() local
|
| H A D | elements.cpp | 102 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 D | object_operator.cpp | 684 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 D | js_array.cpp | 257 ElementsKind oldKind = array->GetClass()->GetElementsKind(); in SetCapacity() local
|
| H A D | object_fast_operator-inl.h | 382 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 D | js_object.cpp | 210 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 D | js_hclass_test.cpp | 165 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 D | ic_runtime_stub-inl.h | 330 ElementsKind oldKind = receiver->GetJSHClass()->GetElementsKind(); in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | program_object.h | 624 ElementsKind oldKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profiler_type.h | 225 ProfileType::Kind oldKind = GetProfileType().GetKind(); in CombineCallTargetType() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 249 auto oldKind = trackInfo->GetElementsKind(); in UpdateTrackElementsKind() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3974 ElementsKind oldKind = obj->GetJSHClass()->GetElementsKind(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_hcr_lowering.cpp | 3426 GateRef oldKind = acc_.GetValueIn(gate, 1); // 1: objSize in LowerMigrateArrayWithKind() local
|
| H A D | stub_builder.cpp | 1345 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...] |