Home
last modified time | relevance | path

Searched refs:StoreObjByName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h39 …GateRef StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, Gat…
Daccess_object_stub_builder.cpp93 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const… in StoreObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
Dcommon_stubs.cpp364 …Return(builder.StoreObjByName(glue, receiver, id, info, value, profileTypeInfo, slotId, ProfileOpe… in GenerateCircuit()
Dinterpreter_stub.cpp1728 …GateRef result = builder.StoreObjByName(glue, receiver, 0, info, acc, profileTypeInfo, slotId, cal… in DECLARE_ASM_HANDLER()
1739 …GateRef result = builder.StoreObjByName(glue, receiver, 0, info, acc, profileTypeInfo, slotId, cal… in DECLARE_ASM_HANDLER()
4381 …GateRef result = builder.StoreObjByName(glue, receiver, 0, info, acc, profileTypeInfo, slotId, cal… in DECLARE_ASM_HANDLER()
4391 …GateRef result = builder.StoreObjByName(glue, receiver, 0, info, acc, profileTypeInfo, slotId, cal… in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp166 pg->StoreObjByName(stmt, thisReg, prop->Key()->AsIdentifier()->Name()); in CompileInstanceFields()
Dpandagen.h463 void StoreObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);
Dpandagen.cpp442 StoreObjByName(node, obj, std::get<util::StringView>(prop)); in StoreObjProperty()
536 void PandaGen::StoreObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) in StoreObjByName() function in panda::es2panda::compiler::PandaGen