Home
last modified time | relevance | path

Searched refs:SuperCall (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp117 pg->SuperCall(this, argStart, arguments_.size()); in CompileSuperCall()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h391 V(SuperCall) \
H A Druntime_stubs.cpp2575 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 Dpandagen.h139 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
H A Dpandagen.cpp1134 void PandaGen::SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount) in SuperCall() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp572 pg->SuperCall(expr, argStart, expr->Arguments().size()); in CompileSuperExprWithoutSpread()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h153 static JSTaggedValue SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstVRegIdx,
H A Dslow_runtime_stub.cpp974 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 Dinterpreter-inl.cpp3295 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 Dinterpreter_assembly.cpp3567 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 Dpandagen.h351 void SuperCall(const ir::AstNode *node, VReg startReg, size_t argCount);
H A Dpandagen.cpp1349 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 Druntime_call_id.h209 V(SuperCall) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp480 return RTSTUB_ID(SuperCall); in PrepareIdxForNative()
H A Dinterpreter_stub.cpp3573 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 Dbaseline_stubs.cpp1461 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()

Completed in 66 milliseconds