Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp306 …etsg_->StoreArrayElement(Node(), baseReg_, propReg_, etsg_->GetVRegType(baseReg_)->AsETSArrayType(… in SetValueComputed()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp173 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()
DETSGen.h404 …void StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::Type *e…
DETSGen.cpp2635 void ETSGen::StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::… in StoreArrayElement() function in ark::es2panda::compiler::ETSGen