Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp288 …etsg_->StoreArrayElement(Node(), baseReg_, propReg_, etsg_->GetVRegType(baseReg_)->AsETSArrayType(… in SetValueComputed()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp242 etsg->StoreArrayElement(expr, arr, indexReg, expr->typeReference_->TsType()); in Compile()
416 etsg->StoreArrayElement(expr, arr, indexReg, expression->TsType()); in Compile()
418 … etsg->StoreArrayElement(expr, arr, indexReg, expr->TsType()->AsETSArrayType()->ElementType()); in Compile()
DETSGen.h442 …void StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::Type *e…
DETSGen.cpp2585 void ETSGen::StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::… in StoreArrayElement() function in panda::es2panda::compiler::ETSGen