Searched full:noclassdeffounderror (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | obj-bad-class-02.pa | 14 .record panda.NoClassDefFoundError <external> 36 .catch panda.NoClassDefFoundError, try_begin, try_end, try_end
|
| /arkcompiler/runtime_core/static_core/pandastdlib/ |
| D | pandastdlib.pa | 90 .record panda.NoClassDefFoundError { 370 .function void panda.NoClassDefFoundError.ctor(panda.NoClassDefFoundError a0, panda.String a1, pand… 372 stobj.obj a0, panda.NoClassDefFoundError.message 374 stobj.obj a0, panda.NoClassDefFoundError.cause 378 .function panda.String panda.NoClassDefFoundError.getMessage(panda.NoClassDefFoundError a0) { 379 ldobj.obj a0, panda.NoClassDefFoundError.message 383 .function panda.Object panda.NoClassDefFoundError.getCause(panda.NoClassDefFoundError a0) { 384 ldobj.obj a0, panda.NoClassDefFoundError.cause
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 88 .record panda.NoClassDefFoundError { 354 .function void panda.NoClassDefFoundError.ctor(panda.NoClassDefFoundError a0, panda.String a1, pand… 356 stobj.obj a0, panda.NoClassDefFoundError.message 358 stobj.obj a0, panda.NoClassDefFoundError.cause 362 .function panda.String panda.NoClassDefFoundError.getMessage(panda.NoClassDefFoundError a0) { 363 ldobj.obj a0, panda.NoClassDefFoundError.message 367 .function panda.Object panda.NoClassDefFoundError.getCause(panda.NoClassDefFoundError a0) { 368 ldobj.obj a0, panda.NoClassDefFoundError.cause
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 384 description: Check that NoClassDefFoundError is thrown when expected 393 .record panda.NoClassDefFoundError <external> 408 .catch panda.NoClassDefFoundError, begin, end, catch_NCDFE
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 867 description: Check that NoClassDefFoundError is thrown when expected 876 .record panda.NoClassDefFoundError <external> 892 .catch panda.NoClassDefFoundError, begin, end, catch_NCDFE 917 description: Check that NoClassDefFoundError is thrown when expected 927 .record panda.NoClassDefFoundError <external> 945 .catch panda.NoClassDefFoundError, begin, end, catch_NCDFE
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Errors.sts | 169 export class NoClassDefFoundError extends Error { 171 super("NoClassDefFoundError", message, options)
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.h | 151 return utf::CStringAsMutf8("Lpanda/NoClassDefFoundError;"); in GetNoClassDefFoundErrorDescriptor()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_panda_file_items.h | 114 …onstexpr std::string_view NO_CLASS_DEF_FOUND_ERROR = "Lstd/core/NoClassDefFoundError;";
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 167 description: Bytecode throws NoClassDefFoundError if type cast failed. 177 description: Bytecode may throw NoClassDefFoundError if failed to resolve id. 456 throw NoClassDefFoundError
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 199 description: Bytecode throws NoClassDefFoundError if type cast failed. 209 description: Bytecode may throw NoClassDefFoundError if failed to resolve id.
|