Home
last modified time | relevance | path

Searched refs:MigrateArrayWithKind (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor-inl.h36 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in Set()
66 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in Set()
Delements.h75 static void MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object,
Delements.cpp124 void Elements::MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, in MigrateArrayWithKind() function in panda::ecmascript::Elements
Dobject_operator.cpp665 Elements::MigrateArrayWithKind(thread_, receiver, oldKind, newKind); in UpdateDataValue()
Djs_hclass.cpp280 Elements::MigrateArrayWithKind(thread, obj, oldKind, newKind); in TryRestoreElementsKind()
Djs_stable_array.cpp1149 Elements::MigrateArrayWithKind(thread, thisObj, oldKind, newKind); in Fill()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h397 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h176 V(MigrateArrayWithKind) \
Druntime_stubs.cpp540 DEF_RUNTIME_STUBS(MigrateArrayWithKind) in DEF_RUNTIME_STUBS() argument
542 RUNTIME_STUBS_HEADER(MigrateArrayWithKind); in DEF_RUNTIME_STUBS()
546 Elements::MigrateArrayWithKind(thread, object, oldKind, newKind); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2979 CallRuntime(glue, RTSTUB_ID(MigrateArrayWithKind), in TransitToElementsKind()