Searched refs:ThrowIfSuperNotCorrectCall (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | superExpression.cpp | 39 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
|
D | thisExpression.cpp | 47 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
|
D | callExpression.cpp | 119 pg->ThrowIfSuperNotCorrectCall(this, 1); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 63 pg_->ThrowIfSuperNotCorrectCall(node, 0); in ImplicitReturn()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 88 …static JSTaggedValue ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue th…
|
D | slow_runtime_stub.cpp | 507 JSTaggedValue SlowRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTagge… in ThrowIfSuperNotCorrectCall() function in panda::ecmascript::SlowRuntimeStub 509 INTERPRETER_TRACE(thread, ThrowIfSuperNotCorrectCall); in ThrowIfSuperNotCorrectCall()
|
D | interpreter-inl.h | 3887 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal() 3897 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
|
D | interpreter_assembly.cpp | 2888 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/ |
D | pandagen.h | 452 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
|
D | pandagen.cpp | 1182 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/ |
D | runtime_stubs.h | 256 V(ThrowIfSuperNotCorrectCall) \
|
D | runtime_stubs.cpp | 1659 DEF_RUNTIME_STUBS(ThrowIfSuperNotCorrectCall) in DEF_RUNTIME_STUBS() argument 1661 RUNTIME_STUBS_HEADER(ThrowIfSuperNotCorrectCall); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 170 V(ThrowIfSuperNotCorrectCall) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 344 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER() 352 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in DECLARE_ASM_HANDLER()
|
D | slowpath_lowering.cpp | 1128 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in LowerThrowIfSuperNotCorrectCall()
|