Home
last modified time | relevance | path

Searched refs:StoreArraySpread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h193 void StoreArraySpread(const ir::AstNode *node, VReg array, VReg index);
Dpandagen.cpp1392 StoreArraySpread(elem, obj, idxReg); in CreateArray()
1419 void PandaGen::StoreArraySpread(const ir::AstNode *node, VReg array, VReg index) in StoreArraySpread() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h427 void StoreArraySpread(const ir::AstNode *node, VReg array, VReg index);
Dpandagen.cpp1667 StoreArraySpread(elem, obj, idxReg); in CreateArray()
1696 void PandaGen::StoreArraySpread(const ir::AstNode *node, VReg array, VReg index) in StoreArraySpread() function in panda::es2panda::compiler::PandaGen