Home
last modified time | relevance | path

Searched refs:SuperCall (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp112 pg->SuperCall(this, argStart, arguments_.size()); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h148 …static JSTaggedValue SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint…
Dslow_runtime_stub.cpp983 JSTaggedValue SlowRuntimeStub::SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTar… in SuperCall() function in panda::ecmascript::SlowRuntimeStub
986 INTERPRETER_TRACE(thread, SuperCall); in SuperCall()
Dinterpreter-inl.h3283 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal()
3418 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal()
3553 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal()
3688 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal()
Dinterpreter_assembly.cpp3573 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleWideSupercallarrowrangePrefImm16V8()
3716 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleWideSupercallthisrangePrefImm16V8()
6812 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleSupercallarrowrangeImm8Imm8V8()
6955 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in HandleSupercallthisrangeImm8Imm8V8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h368 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
Dpandagen.cpp1275 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h268 V(SuperCall) \
Druntime_stubs.cpp1716 DEF_RUNTIME_STUBS(SuperCall) in DEF_RUNTIME_STUBS() argument
1718 RUNTIME_STUBS_HEADER(SuperCall); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2937 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in DECLARE_ASM_HANDLER()
2946 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in DECLARE_ASM_HANDLER()
2956 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in DECLARE_ASM_HANDLER()
2965 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h195 V(SuperCall) \