Home
last modified time | relevance | path

Searched refs:StoreObjByIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h244 void StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index);
H A Dpandagen.cpp525 StoreObjByIndex(node, obj, std::get<int64_t>(prop)); in StoreObjProperty()
584 void PandaGen::StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StoreObjByIndex() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h454 void StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index);
H A Dpandagen.cpp459 StoreObjByIndex(node, obj, std::get<int64_t>(prop)); in StoreObjProperty()
614 void PandaGen::StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StoreObjByIndex() function in panda::es2panda::compiler::PandaGen

Completed in 9 milliseconds