Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2954 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions() function
2969 if (MatchesDexFileCaughtExceptions(self->GetException(), class_linker)) { in FilterDexFileCaughtExceptions()
3171 DCHECK(!MatchesDexFileCaughtExceptions(self->GetException(), this)); in FindClass()