| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | element_accessor-inl.h | 36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
|
| H A D | elements.cpp | 95 ElementsKind Elements::MergeElementsKind(ElementsKind curKind, ElementsKind newKind) in MergeElementsKind() argument 147 HandleIntKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleIntKindMigration() argument 170 HandleNumberKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleNumberKindMigration() argument 181 HandleOtherKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleOtherKindMigration() argument 193 MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind oldKind, const ElementsKind newKind) MigrateArrayWithKind() argument [all...] |
| H A D | object_operator.cpp | 687 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local 888 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
|
| H A D | js_array.cpp | 262 ElementsKind newKind = ElementsKind::GENERIC; in SetCapacity() local 264 ElementsKind newKind = ElementsKind::NONE; in SetCapacity() local
|
| H A D | js_hclass.cpp | 729 auto newKind in TransitToElementsKind() local 674 TransitToElementsKindUncheck(const JSThread *thread, const JSHandle<JSObject> &obj, ElementsKind newKind) TransitToElementsKindUncheck() argument 702 TransitToElementsKind(const JSThread *thread, const JSHandle<JSArray> &array, ElementsKind newKind) TransitToElementsKind() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 516 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreTypeForClass() argument 536 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreType() argument
|
| H A D | program_object.h | 626 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_profiler_type.h | 226 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_array.cpp | 98 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 245 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_hcr_lowering.cpp | 3427 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local [all...] |
| H A D | stub_builder.cpp | 3782 GateRef newKind = TaggedToElementKind(value); in TransitToElementsKind() local 9349 GateRef newKind = Int32(static_cast<int32_t>(ElementsKind::GENERIC)); in RestoreElementsKindToGeneric() local 9695 MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKind) MigrateArrayWithKind() argument [all...] |