Lines Matching full:verifier
53 #include "verifier/method_verifier-inl.h"
3301 // Note: method verifier may cause thread suspension.
3307 verifier::MethodVerifier verifier(self, dex_cache->GetDexFile(), dex_cache, class_loader,
3311 return InlineMethodAnalyser::AnalyseMethodCode(&verifier, nullptr);
3378 // Note: IsMethodPossiblyInlined goes into the method verifier and may cause thread suspension.