Home
last modified time | relevance | path

Searched full:abstractmethoderror (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dobj-30.pa15 .record panda.AbstractMethodError <external>
18 .function panda.String panda.AbstractMethodError.getMessage(panda.AbstractMethodError a0) <external>
25 # check AbstractMethodError in case of calling abstract virtual method
38 call.virt panda.AbstractMethodError.getMessage, v0
48 .catch panda.AbstractMethodError, try_begin, try_end, catch_block1_begin
Dinitobj-bad-02.pa16 .record panda.AbstractMethodError <external>
29 ldai 0 # Expected panda.AbstractMethodError
36 .catch panda.AbstractMethodError, begin, end, catch_AME
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-30.pa15 .record panda.AbstractMethodError <external>
18 .function panda.String panda.AbstractMethodError.getMessage(panda.AbstractMethodError a0) <external>
25 # check AbstractMethodError in case of calling abstract virtual method
38 call.virt panda.AbstractMethodError.getMessage, v0
48 .catch panda.AbstractMethodError, try_begin, try_end, catch_block1_begin
Dinitobj-bad-02.pa16 .record panda.AbstractMethodError <external>
29 ldai 0 # Expected panda.AbstractMethodError
36 .catch panda.AbstractMethodError, begin, end, catch_AME
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexception_test.cpp101 .record panda.AbstractMethodError <external>
136 .catch panda.AbstractMethodError, try_begin, try_end, handler_begin_correct
185 .record panda.AbstractMethodError <external>
220 .catch panda.AbstractMethodError, try_begin, try_end, handler_begin_correct
270 .record panda.AbstractMethodError <external>
308 .catch panda.AbstractMethodError, try_begin, try_end, handler_begin_correct
359 .record panda.AbstractMethodError <external>
397 .catch panda.AbstractMethodError, try_begin, try_end, handler_begin_correct
448 .record panda.AbstractMethodError <external>
487 .catch panda.AbstractMethodError, try_begin, try_end, handler_begin_correct
[all …]
/arkcompiler/runtime_core/static_core/pandastdlib/
Dpandastdlib.pa85 .record panda.AbstractMethodError {
352 .function void panda.AbstractMethodError.ctor(panda.AbstractMethodError a0, panda.String a1, panda.…
354 stobj.obj a0, panda.AbstractMethodError.message
356 stobj.obj a0, panda.AbstractMethodError.cause
360 .function panda.String panda.AbstractMethodError.getMessage(panda.AbstractMethodError a0) {
361 ldobj.obj a0, panda.AbstractMethodError.message
365 .function panda.Object panda.AbstractMethodError.getCause(panda.AbstractMethodError a0) {
366 ldobj.obj a0, panda.AbstractMethodError.cause
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa83 .record panda.AbstractMethodError {
336 .function void panda.AbstractMethodError.ctor(panda.AbstractMethodError a0, panda.String a1, panda.…
338 stobj.obj a0, panda.AbstractMethodError.message
340 stobj.obj a0, panda.AbstractMethodError.cause
344 .function panda.String panda.AbstractMethodError.getMessage(panda.AbstractMethodError a0) {
345 ldobj.obj a0, panda.AbstractMethodError.message
349 .function panda.Object panda.AbstractMethodError.getCause(panda.AbstractMethodError a0) {
350 ldobj.obj a0, panda.AbstractMethodError.cause
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.sts185 …* @class The AbstractMethodError object represents an error that occures when abstract method get …
187 export class AbstractMethodError extends Error {
189 super("AbstractMethodError", message, options)
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp30 RuntimeInterface::AbstractMethodError RuntimeInterface::abstractMethodErrorData_;
Dtest_runtime_interface.h146 struct AbstractMethodError { struct
394 static void SetAbstractMethodErrorData(AbstractMethodError data) in SetAbstractMethodErrorData()
468 static AbstractMethodError abstractMethodErrorData_;
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.yaml59 .record panda.AbstractMethodError <external>
63 .record panda.AbstractMethodError <external>
1205 …all.virt.short` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1229 ldai 0 # Expected panda.AbstractMethodError
1236 .catch panda.AbstractMethodError, begin, end, catch_AME
1296 …all.virt.short` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1348 ldai 0 # Expected panda.AbstractMethodError
1355 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.range_base.yaml33 .record panda.AbstractMethodError <external>
37 .record panda.AbstractMethodError <external>
1354 …all.virt.range` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1378 ldai 0 # Expected panda.AbstractMethodError
1385 .catch panda.AbstractMethodError, begin, end, catch_AME
1460 …all.virt.range` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1513 ldai 0 # Expected panda.AbstractMethodError
1520 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.yaml33 .record panda.AbstractMethodError <external>
37 .record panda.AbstractMethodError <external>
1390 … of `call.virt` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1414 ldai 0 # Expected panda.AbstractMethodError
1421 .catch panda.AbstractMethodError, begin, end, catch_AME
1508 … of `call.virt` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
1560 ldai 0 # Expected panda.AbstractMethodError
1567 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.acc.short.yaml2650 description: Check that AbstractMethodError is thrown in PandaAssembly context.
2654 .record panda.AbstractMethodError <external>
2668 ldai 0 # Expected panda.AbstractMethodError
2675 .catch panda.AbstractMethodError, begin, end, catch_AME
2690 description: Check that AbstractMethodError is thrown in PandaAssembly context.
2695 .record panda.AbstractMethodError <external>
2711 ldai 0 # Expected panda.AbstractMethodError
2718 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.acc.yaml2505 description: Check that AbstractMethodError is thrown in PandaAssembly context.
2509 .record panda.AbstractMethodError <external>
2523 ldai 0 # Expected panda.AbstractMethodError
2530 .catch panda.AbstractMethodError, begin, end, catch_AME
2545 description: Check that AbstractMethodError is thrown in PandaAssembly context.
2550 .record panda.AbstractMethodError <external>
2566 ldai 0 # Expected panda.AbstractMethodError
2573 .catch panda.AbstractMethodError, begin, end, catch_AME
Dinitobj.short.yaml3243 …description: Create objects with 'initobj.short' instruction with AbstractMethodError in PandaAsse…
3248 .record panda.AbstractMethodError <external>
3261 ldai 0 # Expected panda.AbstractMethodError
3268 .catch panda.AbstractMethodError, begin, end, catch_AME
3288 …description: Create objects with 'initobj.short' instruction with AbstractMethodError in PandaAsse…
3294 .record panda.AbstractMethodError <external>
3307 ldai 0 # Expected panda.AbstractMethodError
3314 .catch panda.AbstractMethodError, begin, end, catch_AME
Dinitobj.yaml3437 …description: Create objects with 'initobj' instruction with AbstractMethodError in PandaAssembly c…
3442 .record panda.AbstractMethodError <external>
3455 ldai 0 # Expected panda.AbstractMethodError
3462 .catch panda.AbstractMethodError, begin, end, catch_AME
3484 …description: Create objects with 'initobj' instruction with AbstractMethodError in PandaAssembly c…
3490 .record panda.AbstractMethodError <external>
3503 ldai 0 # Expected panda.AbstractMethodError
3510 .catch panda.AbstractMethodError, begin, end, catch_AME
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.virt.range_base.yaml26 .record panda.AbstractMethodError <external>
831 …all.virt.range` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
850 ldai 0 # Expected panda.AbstractMethodError
855 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.short.yaml39 .record panda.AbstractMethodError <external>
755 …all.virt.short` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
774 ldai 0 # Expected panda.AbstractMethodError
779 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.yaml26 .record panda.AbstractMethodError <external>
879 … of `call.virt` instruction. Call of abstract method, check if panda.AbstractMethodError is thrown.
897 ldai 0 # Expected panda.AbstractMethodError
902 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.acc.short.yaml1677 description: Check that AbstractMethodError is thrown in PandaAssembly context.
1681 .record panda.AbstractMethodError <external>
1695 ldai 0 # Expected panda.AbstractMethodError
1702 .catch panda.AbstractMethodError, begin, end, catch_AME
Dcall.virt.acc.yaml1578 description: Check that AbstractMethodError is thrown in PandaAssembly context.
1582 .record panda.AbstractMethodError <external>
1596 ldai 0 # Expected panda.AbstractMethodError
1603 .catch panda.AbstractMethodError, begin, end, catch_AME
Dinitobj.short.yaml1661 description: Create objects with 'initobj.short' instruction with AbstractMethodError
1666 .record panda.AbstractMethodError <external>
1679 ldai 0 # Expected panda.AbstractMethodError
1686 .catch panda.AbstractMethodError, begin, end, catch_AME
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h111 return utf::CStringAsMutf8("Lpanda/AbstractMethodError;"); in GetAbstractMethodErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h102 …constexpr std::string_view ABSTRACT_METHOD_ERROR = "Lstd/core/AbstractMethodError;";

12