Searched refs:SetObjectWithProto (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 103 … static JSTaggedValue SetObjectWithProto(JSThread *thread, JSTaggedValue proto, JSTaggedValue obj);
|
| D | slow_runtime_stub.cpp | 632 JSTaggedValue SlowRuntimeStub::SetObjectWithProto(JSThread *thread, JSTaggedValue proto, JSTaggedVa… in SetObjectWithProto() function in panda::ecmascript::SlowRuntimeStub 634 INTERPRETER_TRACE(thread, SetObjectWithProto); in SetObjectWithProto()
|
| D | interpreter-inl.h | 5236 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal() 5249 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal() 5263 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in RunInternal()
|
| D | interpreter_assembly.cpp | 1974 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm8V8() 3016 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleSetobjectwithprotoImm16V8() 4337 JSTaggedValue res = SlowRuntimeStub::SetObjectWithProto(thread, proto, obj); in HandleDeprecatedSetobjectwithprotoPrefV8V8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 409 void SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj);
|
| D | pandagen.cpp | 1495 void PandaGen::SetObjectWithProto(const ir::AstNode *node, VReg proto, VReg obj) in SetObjectWithProto() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 415 pg->SetObjectWithProto(this, proto, objReg); in CompileRemainingProperties()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 189 V(SetObjectWithProto) \
|
| D | runtime_stubs.cpp | 710 DEF_RUNTIME_STUBS(SetObjectWithProto) in DEF_RUNTIME_STUBS() argument 712 RUNTIME_STUBS_HEADER(SetObjectWithProto); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 175 V(SetObjectWithProto) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1290 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER() 1305 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER() 1319 GateRef result = CallRuntime(glue, RTSTUB_ID(SetObjectWithProto), { proto, obj }); in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 1517 const int id = RTSTUB_ID(SetObjectWithProto); in LowerSetObjectWithProto()
|