Home
last modified time | relevance | path

Searched refs:LoadElementDynamic (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h78 void LoadElementDynamic(const ir::AstNode *node, VReg objectReg);
DETSCompiler.cpp950 etsg->LoadElementDynamic(expr, objReg); in CompileComputed()
DETSGen.cpp587 void ETSGen::LoadElementDynamic(const ir::AstNode *node, VReg objectReg) in LoadElementDynamic() function in panda::es2panda::compiler::ETSGen