/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 298 V(StSuperByValue) \
|
H A D | runtime_stubs.cpp | 1311 DEF_RUNTIME_STUBS(StSuperByValue) in DEF_RUNTIME_STUBS() 1313 RUNTIME_STUBS_HEADER(StSuperByValue); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 222 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
|
H A D | pandagen.cpp | 1604 void PandaGen::StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) in StSuperByValue() function in ark::es2panda::compiler::PandaGen 1622 StSuperByValue(node, obj, std::get<VReg>(prop)); in StoreSuperProperty()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 164 static JSTaggedValue StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value,
|
H A D | slow_runtime_stub.cpp | 1069 JSTaggedValue SlowRuntimeStub::StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, in StSuperByValue() function in panda::ecmascript::SlowRuntimeStub 1072 INTERPRETER_TRACE(thread, StSuperByValue); in StSuperByValue()
|
H A D | interpreter-inl.cpp | 2680 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal() 3092 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal() 6643 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal() 6719 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2333 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); 2673 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); 5242 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); 5752 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1844 void PandaGen::StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) in StSuperByValue() function in panda::es2panda::compiler::PandaGen 1862 StSuperByValue(node, obj, std::get<VReg>(prop)); in StoreSuperProperty() 1875 StSuperByValue(node, obj, property); in StoreSuperProperty()
|
H A D | pandagen.h | 423 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 213 V(StSuperByValue) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2429 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in GenerateCircuit() 2443 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in GenerateCircuit() 3051 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in GenerateCircuit() 3068 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 1869 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
in DECLARE_ASM_HANDLER() 1880 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
in DECLARE_ASM_HANDLER() 1890 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
in DECLARE_ASM_HANDLER() 1900 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc });
in DECLARE_ASM_HANDLER()
|