Searched refs:owns_the_dex_files_ (Results 1 – 3 of 3) sorted by relevance
375 const bool owns_the_dex_files_; variable
66 owns_the_dex_files_(true) {} in ClassLoaderContext()70 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()86 if (!owns_the_dex_files_ && class_loader_chain_ != nullptr) { in ~ClassLoaderContext()
210 ASSERT_FALSE(context->owns_the_dex_files_); in VerifyContextForClassLoader()