Searched refs:StoreObjByIndex (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 244 void StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index);
|
H A D | pandagen.cpp | 525 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 D | pandagen.h | 454 void StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index);
|
H A D | pandagen.cpp | 459 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 10 milliseconds