Home
last modified time | relevance | path

Searched refs:DefineField (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h114 V(DefineField) \
H A Dcall_signature.h629 V(DefineField) \
H A Dcommon_stubs.cpp64 Return(DefineField(glue, receiver, propKey, acc)); in GenerateCircuit()
H A Dcall_signature.cpp314 DEF_CALL_SIGNATURE(DefineField) in DEF_CALL_SIGNATURE()
317 CallSignature defineField("DefineField", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
H A Dstub_builder.h388 GateRef DefineField(GateRef glue, GateRef obj, GateRef proKey, GateRef value);
H A Dslowpath_lowering.cpp3717 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, in LowerDefineFieldByName()
3730 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, in LowerDefineFieldByValue()
3743 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, in LowerDefineFieldByIndex()
H A Dinterpreter_stub.cpp424 result = DefineField(glue, receiver, propKey, acc); \
5578 GateRef res = DefineField(glue, obj, propKey, acc); // acc as value in DECLARE_ASM_HANDLER()
5588 GateRef res = DefineField(glue, obj, propKey, acc); // acc as value in DECLARE_ASM_HANDLER()
H A Dstub_builder.cpp679 GateRef StubBuilder::DefineField(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in DefineField() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h441 V(DefineField) \
H A Druntime_stubs.cpp2973 DEF_RUNTIME_STUBS(DefineField) in DEF_RUNTIME_STUBS()
2975 RUNTIME_STUBS_HEADER(DefineField); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h197 static JSTaggedValue DefineField(JSThread *thread, JSTaggedValue obj, JSTaggedValue propKey, JSTaggedValue value);
H A Dslow_runtime_stub.cpp1247 JSTaggedValue SlowRuntimeStub::DefineField(JSThread *thread, JSTaggedValue obj, in DefineField() function in panda::ecmascript::SlowRuntimeStub
1250 INTERPRETER_TRACE(thread, DefineField); in DefineField()
H A Dinterpreter-inl.cpp7474 JSTaggedValue res = SlowRuntimeStub::DefineField(thread, obj, propKey, value); in RunInternal()
7494 JSTaggedValue res = SlowRuntimeStub::DefineField(thread, obj, propKey, value); in RunInternal()
7512 JSTaggedValue res = SlowRuntimeStub::DefineField(thread, obj, propKey, value); in RunInternal()
7530 JSTaggedValue res = SlowRuntimeStub::DefineField(thread, obj, propKey, value); in RunInternal()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h248 V(DefineField) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp265 result = DefineField(glue, receiver, propKey, acc); \
5450 GateRef res = DefineField(glue, obj, propKey, acc); in GenerateCircuit()
5464 GateRef res = DefineField(glue, obj, propKey, acc); in GenerateCircuit()

Completed in 94 milliseconds