Home
last modified time | relevance | path

Searched refs:StoreObjByValue (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dliterals.cpp47 pg->StoreObjByValue(element, rawArr, indexReg); in GetTemplateObject()
50 pg->StoreObjByValue(element, cookedArr, indexReg); in GetTemplateObject()
63 pg->StoreObjByValue(lit, templateArg, indexReg); in GetTemplateObject()
70 pg->StoreObjByValue(lit, templateArg, indexReg); in GetTemplateObject()
H A Ddestructuring.cpp56 pg->StoreObjByValue(restElement, array, index); in GenRestElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h56 GateRef StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value, GateRef profileTypeInfo,
H A Daccess_object_stub_builder.cpp295 GateRef AccessObjectStubBuilder::StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value, in StoreObjByValue() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
H A Dcommon_stubs.cpp545 Return(builder.StoreObjByValue(glue, receiver, key, value, profileTypeInfo, slotId)); in GenerateCircuit()
H A Dinterpreter_stub.cpp1778 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
1792 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
5102 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
5114 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, value, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp57 pg->StoreObjByValue(restElement, array, index); in GenRestElement()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h245 void StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop);
H A Dpandagen.cpp520 StoreObjByValue(node, obj, std::get<VReg>(prop)); in StoreObjProperty()
579 void PandaGen::StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop) in StoreObjByValue() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h455 void StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop);
H A Dpandagen.cpp454 StoreObjByValue(node, obj, std::get<VReg>(prop)); in StoreObjProperty()
609 void PandaGen::StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop) in StoreObjByValue() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1983 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()
1998 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()
2303 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()
2318 GateRef result = builder.StoreObjByValue(glue, receiver, propKey, acc, profileTypeInfo, slotId, callback); in GenerateCircuit()

Completed in 37 milliseconds