Searched refs:StoreArraySpread (Results 1 – 2 of 2) sorted by relevance
416 void StoreArraySpread(const ir::AstNode *node, VReg array, VReg index);
1593 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