Home
last modified time | relevance | path

Searched refs:LoadObjByName (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp37 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()
Ddestructuring.cpp148 pg->LoadObjByName(element, value, key->AsIdentifier()->Name()); in GenObjectProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h36 GateRef LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
Daccess_object_stub_builder.cpp23 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const … in LoadObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
Dcommon_stubs.cpp341 …Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation()… in GenerateCircuit()
Dinterpreter_stub.cpp3540 …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()
Dstub_builder.cpp3552 …GateRef value = builder.LoadObjByName(glue, obj, key, info, profileTypeInfo, slotId, ProfileOperat… in GetMethod()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp236 pg->LoadObjByName(this, classReg, "prototype"); in CompileMissingProperties()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp426 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()
Dpandagen.h295 void LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);