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.h178 explicit ClassLoaderContext(bool owns_the_dex_files);
Dclass_loader_context.cc52 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files) in ClassLoaderContext() argument
56 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()