Home
last modified time | relevance | path

Searched refs:ThrowIfSuperNotCorrectCall (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DsuperExpression.cpp39 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
DthisExpression.cpp47 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
DcallExpression.cpp119 pg->ThrowIfSuperNotCorrectCall(this, 1); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp63 pg_->ThrowIfSuperNotCorrectCall(node, 0); in ImplicitReturn()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h88 …static JSTaggedValue ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue th…
Dslow_runtime_stub.cpp507 JSTaggedValue SlowRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTagge… in ThrowIfSuperNotCorrectCall() function in panda::ecmascript::SlowRuntimeStub
509 INTERPRETER_TRACE(thread, ThrowIfSuperNotCorrectCall); in ThrowIfSuperNotCorrectCall()
Dinterpreter-inl.h3887 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
3897 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
Dinterpreter_assembly.cpp2888 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in HandleThrowIfsupernotcorrectcallPrefImm16()
3205 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in HandleThrowIfsupernotcorrectcallPrefImm8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h452 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
Dpandagen.cpp1182 ThrowIfSuperNotCorrectCall(func, 0); in ValidateClassDirectReturn()
1881 void PandaGen::ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num) in ThrowIfSuperNotCorrectCall() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h256 V(ThrowIfSuperNotCorrectCall) \
Druntime_stubs.cpp1659 DEF_RUNTIME_STUBS(ThrowIfSuperNotCorrectCall) in DEF_RUNTIME_STUBS() argument
1661 RUNTIME_STUBS_HEADER(ThrowIfSuperNotCorrectCall); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h170 V(ThrowIfSuperNotCorrectCall) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp344 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER()
352 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1128 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in LowerThrowIfSuperNotCorrectCall()