Home
last modified time | relevance | path

Searched refs:StSuperByValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h155 …static JSTaggedValue StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTagg…
Dslow_runtime_stub.cpp1036 JSTaggedValue SlowRuntimeStub::StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue ke… in StSuperByValue() function in panda::ecmascript::SlowRuntimeStub
1039 INTERPRETER_TRACE(thread, StSuperByValue); in StSuperByValue()
Dinterpreter-inl.h2602 … JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal()
3004 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal()
6418 … JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in RunInternal()
6491 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in RunInternal()
Dinterpreter_assembly.cpp2300 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm8V8V8()
2638 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm8Id16V8()
5169 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc); in HandleStsuperbynameImm16Id16V8()
5678 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc); in HandleStsuperbyvalueImm16V8V8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1748 void PandaGen::StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop) in StSuperByValue() function in panda::es2panda::compiler::PandaGen
1766 StSuperByValue(node, obj, std::get<VReg>(prop)); in StoreSuperProperty()
1779 StSuperByValue(node, obj, property); in StoreSuperProperty()
Dpandagen.h436 void StSuperByValue(const ir::AstNode *node, VReg obj, VReg prop);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h194 V(StSuperByValue) \
Druntime_stubs.cpp782 DEF_RUNTIME_STUBS(StSuperByValue) in DEF_RUNTIME_STUBS() argument
784 RUNTIME_STUBS_HEADER(StSuperByValue); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1427 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER()
1438 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER()
1448 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER()
1458 GateRef result = CallRuntime(glue, RTSTUB_ID(StSuperByValue), { receiver, propKey, acc }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h199 V(StSuperByValue) \