/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 289 V(CopyDataProperties) \
|
H A D | runtime_stubs.cpp | 1192 DEF_RUNTIME_STUBS(CopyDataProperties) in DEF_RUNTIME_STUBS() 1194 RUNTIME_STUBS_HEADER(CopyDataProperties); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 184 void CopyDataProperties(const ir::AstNode *node, VReg dst, VReg src);
|
H A D | pandagen.cpp | 1337 void PandaGen::CopyDataProperties(const ir::AstNode *node, VReg dst, VReg src) in CopyDataProperties() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 979 pg->CopyDataProperties(spread, objReg, srcObj); in CompileRemainingProperties()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 109 static JSTaggedValue CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValue src);
|
H A D | slow_runtime_stub.cpp | 719 JSTaggedValue SlowRuntimeStub::CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValue src) in CopyDataProperties() function in panda::ecmascript::SlowRuntimeStub 721 INTERPRETER_TRACE(thread, CopyDataProperties); in CopyDataProperties()
|
H A D | interpreter-inl.cpp | 5350 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal() 5363 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2069 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); 4431 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 394 void CopyDataProperties(const ir::AstNode *node, VReg dst);
|
H A D | pandagen.cpp | 1578 void PandaGen::CopyDataProperties(const ir::AstNode *node, VReg dst) in CopyDataProperties() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | objectExpression.cpp | 412 pg->CopyDataProperties(spread, objReg); in CompileRemainingProperties()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 195 V(CopyDataProperties) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2232 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, acc }); in GenerateCircuit() 5007 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, src }); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 1702 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, src });
in DECLARE_ASM_HANDLER() 1710 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, src });
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 2187 const int id = RTSTUB_ID(CopyDataProperties); in LowerCopyDataProperties()
|