Searched refs:CopyDataProperties (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 108 static JSTaggedValue CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValue src);
|
D | slow_runtime_stub.cpp | 736 JSTaggedValue SlowRuntimeStub::CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValu… in CopyDataProperties() function in panda::ecmascript::SlowRuntimeStub 738 INTERPRETER_TRACE(thread, CopyDataProperties); in CopyDataProperties()
|
D | interpreter-inl.h | 5192 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal() 5205 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in RunInternal()
|
D | interpreter_assembly.cpp | 2037 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in HandleCopydatapropertiesV8() 4354 JSTaggedValue res = SlowRuntimeStub::CopyDataProperties(thread, dst, src); in HandleDeprecatedCopydatapropertiesPrefV8V8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 410 void CopyDataProperties(const ir::AstNode *node, VReg dst);
|
D | pandagen.cpp | 1501 void PandaGen::CopyDataProperties(const ir::AstNode *node, VReg dst) in CopyDataProperties() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | objectExpression.cpp | 357 pg->CopyDataProperties(spread, objReg); in CompileRemainingProperties()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 186 V(CopyDataProperties) \
|
D | runtime_stubs.cpp | 684 DEF_RUNTIME_STUBS(CopyDataProperties) in DEF_RUNTIME_STUBS() argument 686 RUNTIME_STUBS_HEADER(CopyDataProperties); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 182 V(CopyDataProperties) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 1260 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, src }); in DECLARE_ASM_HANDLER() 1268 GateRef result = CallRuntime(glue, RTSTUB_ID(CopyDataProperties), { dst, src }); in DECLARE_ASM_HANDLER()
|
D | slowpath_lowering.cpp | 1787 const int id = RTSTUB_ID(CopyDataProperties); in LowerCopyDataProperties()
|