Home
last modified time | relevance | path

Searched refs:StoreObjByIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h464 void StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index);
Dpandagen.cpp437 StoreObjByIndex(node, obj, std::get<int64_t>(prop)); in StoreObjProperty()
563 void PandaGen::StoreObjByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StoreObjByIndex() function in panda::es2panda::compiler::PandaGen