Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dclass_linker_extension.cpp176 auto *class_not_found_exception_class = in WrapClassNotFoundExceptionIfNeeded() local
178 if (class_not_found_exception_class == nullptr) { in WrapClassNotFoundExceptionIfNeeded()
184 ASSERT(class_not_found_exception_class != nullptr); in WrapClassNotFoundExceptionIfNeeded()
187 if (cause->IsInstanceOf(class_not_found_exception_class)) { in WrapClassNotFoundExceptionIfNeeded()