Home
last modified time | relevance | path

Searched refs:owns_the_dex_files (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_loader_context.h268 explicit ClassLoaderContext(bool owns_the_dex_files);
Dclass_loader_context.cc69 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files) in ClassLoaderContext() argument
73 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()