Home
last modified time | relevance | path

Searched defs:newKind (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delement_accessor-inl.h36 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in Set() local
H A Delements.cpp95 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 Dobject_operator.cpp687 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in UpdateDataValue() local
888 ElementsKind newKind = receiver->GetClass()->GetElementsKind(); in AddProperty() local
H A Djs_array.cpp262 ElementsKind newKind = ElementsKind::GENERIC; in SetCapacity() local
264 ElementsKind newKind = ElementsKind::NONE; in SetCapacity() local
H A Djs_hclass.cpp729 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 Dliteral_data_extractor.cpp516 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 Dprogram_object.h626 ElementsKind newKind = arr->GetClass()->GetElementsKind(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h226 ProfileType::Kind newKind = type.GetProfileType().GetKind(); in CombineCallTargetType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp98 ElementsKind newKind = ElementsKind::GENERIC; in ArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp245 void PGOProfiler::UpdateTrackElementsKind(JSTaggedValue trackInfoVal, ElementsKind newKind) in UpdateTrackElementsKind() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp3427 GateRef newKind = acc_.GetValueIn(gate, 2); // 2: index in LowerMigrateArrayWithKind() local
[all...]
H A Dstub_builder.cpp3782 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...]

Completed in 42 milliseconds