Home
last modified time | relevance | path

Searched refs:CopyDataProperties (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h289 V(CopyDataProperties) \
H A Druntime_stubs.cpp1192 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 Dpandagen.h184 void CopyDataProperties(const ir::AstNode *node, VReg dst, VReg src);
H A Dpandagen.cpp1337 void PandaGen::CopyDataProperties(const ir::AstNode *node, VReg dst, VReg src) in CopyDataProperties() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp979 pg->CopyDataProperties(spread, objReg, srcObj); in CompileRemainingProperties()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h109 static JSTaggedValue CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValue src);
H A Dslow_runtime_stub.cpp719 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 Dinterpreter-inl.cpp5350 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal()
5363 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal()
H A Dinterpreter_assembly.cpp2069 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src);
4431 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h394 void CopyDataProperties(const ir::AstNode *node, VReg dst);
H A Dpandagen.cpp1578 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 DobjectExpression.cpp412 pg->CopyDataProperties(spread, objReg); in CompileRemainingProperties()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h195 V(CopyDataProperties) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2232 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 Dinterpreter_stub.cpp1702 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 Dslowpath_lowering.cpp2187 const int id = RTSTUB_ID(CopyDataProperties); in LowerCopyDataProperties()

Completed in 75 milliseconds