Searched defs:LoadObjByName (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | access_object_stub_builder.cpp | 22 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const … in LoadObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| D | pandagen.cpp | 586 void PandaGen::LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) in LoadObjByName() function in panda::es2panda::compiler::PandaGen |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| D | pandagen.cpp | 560 void PandaGen::LoadObjByName(const ir::AstNode *node, const util::StringView &prop) in LoadObjByName() function in ark::es2panda::compiler::PandaGen |