Home
last modified time | relevance | path

Searched refs:LoadObjByName (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A 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()
H A Ddestructuring.cpp148 pg->LoadObjByName(element, value, key->AsIdentifier()->Name()); in GenObjectProperty()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp35 pg_->LoadObjByName(node_, "next"); in Iterator()
71 pg_->LoadObjByName(node_, "done"); in Complete()
78 pg_->LoadObjByName(node_, "value"); in Value()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DmoduleContext.cpp75 pg->LoadObjByName(decl->Node(), decl->LocalName()); in CompileExports()
H A Dpandagen.h93 void LoadObjByName(const ir::AstNode *node, const util::StringView &prop);
H A Dpandagen.cpp514 LoadObjByName(node, std::get<util::StringView>(prop)); in LoadObjProperty()
559 void PandaGen::LoadObjByName(const ir::AstNode *node, const util::StringView &prop) in LoadObjByName() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp312 pg->LoadObjByName(node, "prototype"); in CompileMissingProperties()
1095 pg->LoadObjByName(expr, ident->Name()); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h36 GateRef LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
H A Daccess_object_stub_builder.cpp24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, in LoadObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
H A Dcommon_stubs.cpp471 Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
H A Dinterpreter_stub.cpp4201 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
4213 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
5169 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
5180 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
H A Dstub_builder.cpp5682 GateRef value = builder.LoadObjByName(glue, obj, key, info, profileTypeInfo, slotId, ProfileOperation()); in GetMethod()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp448 LoadObjByName(node, obj, std::get<util::StringView>(prop)); in LoadObjProperty()
513 LoadObjByName(node, global, "debuggerGetValue"); in LoadObjByNameViaDebugger()
547 LoadObjByName(node, global, "debuggerSetValue"); in StoreObjByNameViaDebugger()
567 void PandaGen::LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) in LoadObjByName() function in panda::es2panda::compiler::PandaGen
1672 LoadObjByName(node, obj, "length"); in CreateArray()
H A Dpandagen.h278 void LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp278 pg->LoadObjByName(this, classReg, "prototype"); in CompileMissingProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1856 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit()
1901 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit()
2849 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit()
2866 GateRef result = builder.LoadObjByName(glue, acc, 0, stringIdInfo, profileTypeInfo, in GenerateCircuit()

Completed in 55 milliseconds