HomeSort by relevance Sort by last modified time
    Searched full:declares_exception (Results 1 - 1 of 1) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.cc 393 bool declares_exception = false; local
394 for (int i = 0; i < declared_exceptions->GetLength() && !declares_exception; i++) {
396 declares_exception = declared_exception->IsAssignableFrom(exception_class);
398 if (!declares_exception) {

Completed in 36 milliseconds