Home
last modified time | relevance | path

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

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