Home
last modified time | relevance | path

Searched refs:ThrowIfSuperNotCorrectCall (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DsuperExpression.cpp39 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
H A DthisExpression.cpp47 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
H A DcallExpression.cpp124 pg->ThrowIfSuperNotCorrectCall(this, 1); in CompileSuperCall()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp51 pg_->ThrowIfSuperNotCorrectCall(rootNode, 0); in ImplicitReturn()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h378 V(ThrowIfSuperNotCorrectCall) \
H A Druntime_stubs.cpp2491 DEF_RUNTIME_STUBS(ThrowIfSuperNotCorrectCall) in DEF_RUNTIME_STUBS()
2493 RUNTIME_STUBS_HEADER(ThrowIfSuperNotCorrectCall); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp65 pg_->ThrowIfSuperNotCorrectCall(node, 0); in ImplicitReturn()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h236 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
H A DJSCompiler.cpp596 pg->ThrowIfSuperNotCorrectCall(expr, 1); in Compile()
1006 pg->ThrowIfSuperNotCorrectCall(expr, 0); in Compile()
1081 pg->ThrowIfSuperNotCorrectCall(expr, 0); in Compile()
H A Dpandagen.cpp916 ThrowIfSuperNotCorrectCall(func, 0); in ValidateClassDirectReturn()
1656 void PandaGen::ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num) in ThrowIfSuperNotCorrectCall() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h89 static JSTaggedValue ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue);
H A Dslow_runtime_stub.cpp490 JSTaggedValue SlowRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue) in ThrowIfSuperNotCorrectCall() function in panda::ecmascript::SlowRuntimeStub
492 INTERPRETER_TRACE(thread, ThrowIfSuperNotCorrectCall); in ThrowIfSuperNotCorrectCall()
H A Dinterpreter-inl.cpp4022 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
4032 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
H A Dinterpreter_assembly.cpp2923 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue);
3267 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h442 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
H A Dpandagen.cpp1256 ThrowIfSuperNotCorrectCall(func, 0); in ValidateClassDirectReturn()
1978 void PandaGen::ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num) in ThrowIfSuperNotCorrectCall() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h182 V(ThrowIfSuperNotCorrectCall) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4253 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in GenerateCircuit()
4308 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp654 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER()
662 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp1244 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in LowerThrowIfSuperNotCorrectCall()

Completed in 79 milliseconds