Searched refs:MigrateArrayWithKind (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | element_accessor-inl.h | 36 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in Set() 66 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in Set()
|
| D | elements.h | 75 static void MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object,
|
| D | elements.cpp | 124 void Elements::MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, in MigrateArrayWithKind() function in panda::ecmascript::Elements
|
| D | object_operator.cpp | 665 Elements::MigrateArrayWithKind(thread_, receiver, oldKind, newKind); in UpdateDataValue()
|
| D | js_hclass.cpp | 280 Elements::MigrateArrayWithKind(thread, obj, oldKind, newKind); in TryRestoreElementsKind()
|
| D | js_stable_array.cpp | 1149 Elements::MigrateArrayWithKind(thread, thisObj, oldKind, newKind); in Fill()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 397 Elements::MigrateArrayWithKind(thread, receiver, oldKind, newKind); in GetLiteralFromCache()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 176 V(MigrateArrayWithKind) \
|
| D | runtime_stubs.cpp | 540 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/ |
| D | stub_builder.cpp | 2979 CallRuntime(glue, RTSTUB_ID(MigrateArrayWithKind), in TransitToElementsKind()
|