Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc3153 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions() function
3168 if (MatchesDexFileCaughtExceptions(self->GetException(), class_linker)) { in FilterDexFileCaughtExceptions()
3386 DCHECK(!MatchesDexFileCaughtExceptions(self->GetException(), this)); in FindClass()