Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h416 void StoreArraySpread(const ir::AstNode *node, VReg array, VReg index);
Dpandagen.cpp1593 StoreArraySpread(elem, obj, idxReg); in CreateArray()
1622 void PandaGen::StoreArraySpread(const ir::AstNode *node, VReg array, VReg index) in StoreArraySpread() function in panda::es2panda::compiler::PandaGen