Searched refs:StoreObjByName (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | access_object_stub_builder.h | 39 …GateRef StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, Gat…
|
D | access_object_stub_builder.cpp | 93 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const… in StoreObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
D | common_stubs.cpp | 364 …Return(builder.StoreObjByName(glue, receiver, id, info, value, profileTypeInfo, slotId, ProfileOpe… in GenerateCircuit()
|
D | interpreter_stub.cpp | 1728 …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/ |
D | function.cpp | 166 pg->StoreObjByName(stmt, thisReg, prop->Key()->AsIdentifier()->Name()); in CompileInstanceFields()
|
D | pandagen.h | 463 void StoreObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);
|
D | pandagen.cpp | 442 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
|