Searched refs:VerifyClassLoaderContextMatch (Results 1 – 6 of 6) sorted by relevance
611 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatch) { in TEST_F() argument622 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context_spec)); in TEST_F()625 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_class_loader_type)); in TEST_F()628 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_class_loader_order)); in TEST_F()631 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_classpath_order)); in TEST_F()634 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_checksum)); in TEST_F()637 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_extra_class_loader)); in TEST_F()640 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_extra_classpath)); in TEST_F()643 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_spec)); in TEST_F()655 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context_with_no_base_dir)); in TEST_F()[all …]
112 bool VerifyClassLoaderContextMatch(const std::string& context_spec,
376 if (context->VerifyClassLoaderContextMatch(oat_file->GetClassLoaderContext())) { in HasCollisions()
675 bool ClassLoaderContext::VerifyClassLoaderContextMatch(const std::string& context_spec, in VerifyClassLoaderContextMatch() function in art::ClassLoaderContext
1226 bool result = context->VerifyClassLoaderContextMatch(file->GetClassLoaderContext()); in ClassLoaderContextIsOkay()
1279 } else if (!class_loader_context_->VerifyClassLoaderContextMatch( in ParseArgs()