/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.cpp | 47 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 D | destructuring.cpp | 56 pg->StoreObjByValue(restElement, array, index); in GenRestElement()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.h | 56 GateRef StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value, GateRef profileTypeInfo,
|
H A D | access_object_stub_builder.cpp | 295 GateRef AccessObjectStubBuilder::StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value, in StoreObjByValue() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
H A D | common_stubs.cpp | 545 Return(builder.StoreObjByValue(glue, receiver, key, value, profileTypeInfo, slotId)); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 1778 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 D | destructuring.cpp | 57 pg->StoreObjByValue(restElement, array, index); in GenRestElement()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 245 void StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop);
|
H A D | pandagen.cpp | 520 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 D | pandagen.h | 455 void StoreObjByValue(const ir::AstNode *node, VReg obj, VReg prop);
|
H A D | pandagen.cpp | 454 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 D | baseline_stubs.cpp | 1983 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()
|