Searched refs:stored_context (Results 1 – 4 of 4) sorted by relevance
131 ClassLoaderContext* stored_context = nullptr) const;317 ClassLoaderContext* stored_context) const;
582 ClassLoaderContext* stored_context) const { in EncodeContextForOatFile()583 return EncodeContext(base_dir, /*for_dex2oat=*/false, stored_context); in EncodeContextForOatFile()628 ClassLoaderContext* stored_context) const { in EncodeContext()631 if (stored_context != nullptr) { in EncodeContext()632 DCHECK_EQ(GetParentChainSize(), stored_context->GetParentChainSize()); in EncodeContext()648 (stored_context == nullptr ? nullptr : stored_context->class_loader_chain_.get()), in EncodeContext()
2199 const char* stored_context = oat_header->GetStoreValueByKey(OatHeader::kClassPathKey); in AddImageSpace() local2200 if (stored_context == nullptr) { in AddImageSpace()2204 if (context->VerifyClassLoaderContextMatch(stored_context) == in AddImageSpace()2206 *error_msg = StringPrintf("Class loader contexts don't match: %s", stored_context); in AddImageSpace()
1911 const std::string stored_context = "PCL[/system/not_real_lib.jar]"; in TEST_F() local1919 {"--class-loader-context=" + stored_context}, in TEST_F()1924 EXPECT_NE(oat_file.GetClassLoaderContext(), stored_context) in TEST_F()1935 "--stored-class-loader-context=" + stored_context}, in TEST_F()