Searched refs:StoreObjProperty (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 133 pg_->StoreObjProperty(node_, obj_, prop_); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 157 pg_->StoreObjProperty(Node(), obj_, prop_); in SetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 95 void StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | pandagen.cpp | 517 void PandaGen::StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreObjProperty() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 280 void StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop);
|
H A D | pandagen.cpp | 451 void PandaGen::StoreObjProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in StoreObjProperty() function in panda::es2panda::compiler::PandaGen
|
Completed in 13 milliseconds