Home
last modified time | relevance | path

Searched refs:StSuperByValue (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h298 V(StSuperByValue) \
H A Druntime_stubs.cpp1311 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 Dpandagen.h222 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
H A Dpandagen.cpp1604 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 Dslow_runtime_stub.h164 static JSTaggedValue StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value,
H A Dslow_runtime_stub.cpp1069 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 Dinterpreter-inl.cpp2680 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 Dinterpreter_assembly.cpp2333 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 Dpandagen.cpp1844 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 Dpandagen.h423 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h213 V(StSuperByValue) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2429 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 Dinterpreter_stub.cpp1869 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()

Completed in 109 milliseconds