Home
last modified time | relevance | path

Searched refs:owns_the_dex_files_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_loader_context.h364 const bool owns_the_dex_files_; variable
Dclass_loader_context.cc67 owns_the_dex_files_(true) {} in ClassLoaderContext()
73 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()
89 if (!owns_the_dex_files_ && class_loader_chain_ != nullptr) { in ~ClassLoaderContext()
Dclass_loader_context_test.cc195 ASSERT_FALSE(context->owns_the_dex_files_); in VerifyContextForClassLoader()