Searched defs:MigrateArrayWithKind (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | elements.cpp | 193 void Elements::MigrateArrayWithKind(const JSThread *thread, const JSHandle<JSObject> &object, in MigrateArrayWithKind() function in panda::ecmascript::Elements |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | hcr_circuit_builder.cpp | 719 GateRef CircuitBuilder::MigrateArrayWithKind(GateRef receiver, GateRef oldElementsKind, in MigrateArrayWithKind() function in panda::ecmascript::kungfu::CircuitBuilder |
| D | stub_builder.cpp | 9577 void StubBuilder::MigrateArrayWithKind(GateRef glue, GateRef object, GateRef oldKind, GateRef newKi… in MigrateArrayWithKind() function in panda::ecmascript::kungfu::StubBuilder |
| /arkcompiler/ets_runtime/ecmascript/stubs/ | ||
| D | runtime_stubs.cpp | 644 DEF_RUNTIME_STUBS(MigrateArrayWithKind) in DEF_RUNTIME_STUBS() argument |