/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 114 V(DefineField) \
|
H A D | call_signature.h | 629 V(DefineField) \
|
H A D | common_stubs.cpp | 64 Return(DefineField(glue, receiver, propKey, acc)); in GenerateCircuit()
|
H A D | call_signature.cpp | 314 DEF_CALL_SIGNATURE(DefineField) in DEF_CALL_SIGNATURE() 317 CallSignature defineField("DefineField", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE()
|
H A D | stub_builder.h | 388 GateRef DefineField(GateRef glue, GateRef obj, GateRef proKey, GateRef value);
|
H A D | slowpath_lowering.cpp | 3717 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 D | interpreter_stub.cpp | 424 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 D | stub_builder.cpp | 679 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 D | runtime_stub_list.h | 441 V(DefineField) \
|
H A D | runtime_stubs.cpp | 2973 DEF_RUNTIME_STUBS(DefineField) in DEF_RUNTIME_STUBS() 2975 RUNTIME_STUBS_HEADER(DefineField); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 197 static JSTaggedValue DefineField(JSThread *thread, JSTaggedValue obj, JSTaggedValue propKey, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 1247 JSTaggedValue SlowRuntimeStub::DefineField(JSThread *thread, JSTaggedValue obj, in DefineField() function in panda::ecmascript::SlowRuntimeStub 1250 INTERPRETER_TRACE(thread, DefineField); in DefineField()
|
H A D | interpreter-inl.cpp | 7474 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 D | runtime_call_id.h | 248 V(DefineField) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 265 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()
|