Home
last modified time | relevance | path

Searched full:noclassdeffounderror (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dobj-bad-class-02.pa14 .record panda.NoClassDefFoundError <external>
36 .catch panda.NoClassDefFoundError, try_begin, try_end, try_end
/arkcompiler/runtime_core/static_core/pandastdlib/
Dpandastdlib.pa90 .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/
Dpandastdlib.pa88 .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/
Disinstance.yaml384 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/
Disinstance.yaml867 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/
DErrors.sts169 export class NoClassDefFoundError extends Error {
171 super("NoClassDefFoundError", message, options)
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h151 return utf::CStringAsMutf8("Lpanda/NoClassDefFoundError;"); in GetNoClassDefFoundErrorDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h114 …onstexpr std::string_view NO_CLASS_DEF_FOUND_ERROR = "Lstd/core/NoClassDefFoundError;";
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml167 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/
Disa.yaml199 description: Bytecode throws NoClassDefFoundError if type cast failed.
209 description: Bytecode may throw NoClassDefFoundError if failed to resolve id.