Home
last modified time | relevance | path

Searched defs:MigrateArrayWithKind (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp193 void Elements::MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, in MigrateArrayWithKind() function in panda::ecmascript::Elements
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp719 GateRef CircuitBuilder::MigrateArrayWithKind(GateRef receiver, GateRef oldElementsKind, in MigrateArrayWithKind() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp9577 void StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKi… in MigrateArrayWithKind() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp644 DEF_RUNTIME_STUBS(MigrateArrayWithKind) in DEF_RUNTIME_STUBS() argument