Searched refs:owns_the_dex_files (Results 1 – 2 of 2) sorted by relevance
223 explicit ClassLoaderContext(bool owns_the_dex_files);
65 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files) in ClassLoaderContext() argument69 owns_the_dex_files_(owns_the_dex_files) {} in ClassLoaderContext()