Searched refs:StoreArrayElement (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 306 …etsg_->StoreArrayElement(Node(), baseReg_, propReg_, etsg_->GetVRegType(baseReg_)->AsETSArrayType(… in SetValueComputed()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 173 etsg->StoreArrayElement(expr, arr, indexReg, exprType); in Compile() 402 etsg->StoreArrayElement(expr, arr, indexReg, expression->TsType()); in Compile() 404 … etsg->StoreArrayElement(expr, arr, indexReg, expr->TsType()->AsETSArrayType()->ElementType()); in Compile()
|
| D | ETSGen.h | 404 …void StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::Type *e…
|
| D | ETSGen.cpp | 2635 void ETSGen::StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::… in StoreArrayElement() function in ark::es2panda::compiler::ETSGen
|