/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | callExpression.cpp | 112 pg->SuperCall(this, argStart, arguments_.size()); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 148 …static JSTaggedValue SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint…
|
D | slow_runtime_stub.cpp | 983 JSTaggedValue SlowRuntimeStub::SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTar… in SuperCall() function in panda::ecmascript::SlowRuntimeStub 986 INTERPRETER_TRACE(thread, SuperCall); in SuperCall()
|
D | interpreter-inl.h | 3283 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()
|
D | interpreter_assembly.cpp | 3573 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/ |
D | pandagen.h | 368 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
|
D | pandagen.cpp | 1275 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/ |
D | runtime_stubs.h | 268 V(SuperCall) \
|
D | runtime_stubs.cpp | 1716 DEF_RUNTIME_STUBS(SuperCall) in DEF_RUNTIME_STUBS() argument 1718 RUNTIME_STUBS_HEADER(SuperCall); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 2937 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/ |
D | runtime_call_id.h | 195 V(SuperCall) \
|