Searched refs:owns_the_dex_files_ (Results 1 – 3 of 3) sorted by relevance
248 const bool owns_the_dex_files_; variable
50 owns_the_dex_files_(true) {} in ClassLoaderContext()56 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()59 if (!owns_the_dex_files_) { in ~ClassLoaderContext()
138 ASSERT_FALSE(context->owns_the_dex_files_); in VerifyContextForClassLoader()