/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | callExpression.cpp | 117 pg->SuperCall(this, argStart, arguments_.size()); in CompileSuperCall()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 391 V(SuperCall) \
|
H A D | runtime_stubs.cpp | 2575 DEF_RUNTIME_STUBS(SuperCall) in DEF_RUNTIME_STUBS() 2577 RUNTIME_STUBS_HEADER(SuperCall); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 139 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
|
H A D | pandagen.cpp | 1134 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 572 pg->SuperCall(expr, argStart, expr->Arguments().size()); in CompileSuperExprWithoutSpread()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 153 static JSTaggedValue SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstVRegIdx,
|
H A D | slow_runtime_stub.cpp | 974 JSTaggedValue SlowRuntimeStub::SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, in SuperCall() function in panda::ecmascript::SlowRuntimeStub 977 INTERPRETER_TRACE(thread, SuperCall); in SuperCall()
|
H A D | interpreter-inl.cpp | 3295 LOG_INST() << "Entry: Runtime SuperCall "; in RunInternal() 3301 LOG_INST() << "Exit: Runtime SuperCall "; in RunInternal() 3367 LOG_INST() << "Entry: Runtime SuperCall " << std::hex << reinterpret_cast<uintptr_t>(sp) in RunInternal() 3375 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal() 3431 LOG_INST() << "Entry: Runtime SuperCall "; in RunInternal() 3437 LOG_INST() << "Exit: Runtime SuperCall "; in RunInternal() 3503 LOG_INST() << "Entry: Runtime SuperCall " << std::hex << reinterpret_cast<uintptr_t>(sp) in RunInternal() 3511 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); in RunInternal() 3567 LOG_INST() << "Entry: Runtime SuperCall "; in RunInternal() 3573 LOG_INST() << "Exit: Runtime SuperCall "; in RunInternal() [all...] |
H A D | interpreter_assembly.cpp | 3567 LOG_INST() << "Entry: Runtime SuperCall "; 3575 LOG_INST() << "Exit: Runtime SuperCall "; 3642 LOG_INST() << "Entry: Runtime SuperCall " << std::hex << reinterpret_cast<uintptr_t>(sp) 3649 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); 3710 LOG_INST() << "Entry: Runtime SuperCall "; 3718 LOG_INST() << "Exit: Runtime SuperCall "; 3785 LOG_INST() << "Entry: Runtime SuperCall " << std::hex << reinterpret_cast<uintptr_t>(sp) 3792 JSTaggedValue res = SlowRuntimeStub::SuperCall(thread, thisFunc, newTarget, v0, range); 7050 LOG_INST() << "Entry: Runtime SuperCall "; 7058 LOG_INST() << "Exit: Runtime SuperCall "; [all...] |
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 351 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
|
H A D | pandagen.cpp | 1349 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 209 V(SuperCall) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.cpp | 480 return RTSTUB_ID(SuperCall);
in PrepareIdxForNative()
|
H A D | interpreter_stub.cpp | 3573 res = CallRuntime(glue, RTSTUB_ID(SuperCall),
in DECLARE_ASM_HANDLER() 3597 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall),
in DECLARE_ASM_HANDLER() 3607 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall),
in DECLARE_ASM_HANDLER() 3616 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall),
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1461 res = CallRuntime(glue, RTSTUB_ID(SuperCall), in GenerateCircuit() 1493 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in GenerateCircuit() 4163 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in GenerateCircuit() 4241 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCall), in GenerateCircuit()
|