/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | iterators.cpp | 37 pg_->LoadObjByName(node_, iterator_, "next"); in Iterator() 44 pg_->LoadObjByName(node_, iterator_, name); in GetMethod() 72 pg_->LoadObjByName(node_, nextResult_, "done"); in Complete() 77 pg_->LoadObjByName(node_, nextResult_, "value"); in Value()
|
D | destructuring.cpp | 148 pg->LoadObjByName(element, value, key->AsIdentifier()->Name()); in GenObjectProperty()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | access_object_stub_builder.h | 36 GateRef LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
|
D | access_object_stub_builder.cpp | 23 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const … in LoadObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
D | common_stubs.cpp | 341 …Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation()… in GenerateCircuit()
|
D | interpreter_stub.cpp | 3540 …GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER() 3552 …GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER() 4402 …GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER() 4413 …GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
|
D | stub_builder.cpp | 3552 …GateRef value = builder.LoadObjByName(glue, obj, key, info, profileTypeInfo, slotId, ProfileOperat… in GetMethod()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | unaryExpression.cpp | 89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 236 pg->LoadObjByName(this, classReg, "prototype"); in CompileMissingProperties()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 426 LoadObjByName(node, obj, std::get<util::StringView>(prop)); in LoadObjProperty() 470 LoadObjByName(node, global, "debuggerGetValue"); in LoadObjByNameViaDebugger() 509 LoadObjByName(node, global, "debuggerSetValue"); in StoreObjByNameViaDebugger() 529 void PandaGen::LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) in LoadObjByName() function in panda::es2panda::compiler::PandaGen 1595 LoadObjByName(node, obj, "length"); in CreateArray()
|
D | pandagen.h | 295 void LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);
|