Lines Matching full:verifier
72 #include "verifier/method_verifier.h"
73 #include "verifier/method_verifier-inl.h"
225 // Indicate that type information from the verifier led to devirtualization.
292 // A check-cast could be eliminated due to verifier type analysis.
298 // A check-cast couldn't be eliminated due to verifier type analysis.
783 // exceptions are resolved by the verifier when there is a catch block in an interested method.
1072 // Get type from dex cache assuming it was populated by the verifier
1109 // Get type from dex cache assuming it was populated by the verifier.
1909 * will be rejected by the verifier and later skipped during compilation in the compiler.
1913 if (verifier::MethodVerifier::VerifyClass(soa.Self(), &dex_file, dex_cache, class_loader,
1915 verifier::MethodVerifier::kHardFailure) {
2160 // Skip compiling classes with generic verifier failures since they will still fail at runtime