Home
last modified time | relevance | path

Searched refs:SetObjectWithProto (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h186 void SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj);
Dpandagen.cpp1292 void PandaGen::SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj) in SetObjectWithProto() function in panda::es2panda::compiler::PandaGen
DJSCompiler.cpp1115 pg->SetObjectWithProto(expr, proto, objReg); in CompileRemainingProperties()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h103 … static JSTaggedValue SetObjectWithProto(JSThread *thread, JSTaggedValue proto, JSTaggedValue obj);
Dslow_runtime_stub.cpp632 JSTaggedValue SlowRuntimeStub::SetObjectWithProto(JSThread *thread, JSTaggedValue proto, JSTaggedVa… in SetObjectWithProto() function in panda::ecmascript::SlowRuntimeStub
634 INTERPRETER_TRACE(thread, SetObjectWithProto); in SetObjectWithProto()
Dinterpreter-inl.h5306 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal()
5319 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal()
5333 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal()
Dinterpreter_assembly.cpp2008 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm8V8()
3053 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm16V8()
4376 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleDeprecatedSetobjectwithprotoPrefV8V8()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp438 pg->SetObjectWithProto(this, proto, objReg); in CompileRemainingProperties()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h420 void SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj);
Dpandagen.cpp1569 void PandaGen::SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj) in SetObjectWithProto() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h230 V(SetObjectWithProto) \
Druntime_stubs.cpp1073 DEF_RUNTIME_STUBS(SetObjectWithProto) in DEF_RUNTIME_STUBS() argument
1075 RUNTIME_STUBS_HEADER(SetObjectWithProto); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h185 V(SetObjectWithProto) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1505 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER()
1520 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER()
1534 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1599 const int id = RTSTUB_ID(SetObjectWithProto); in LowerSetObjectWithProto()