HomeSort by relevance Sort by last modified time
    Searched refs:owns_the_dex_files_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_loader_context.h 304 const bool owns_the_dex_files_; member in class:art::ClassLoaderContext
class_loader_context.cc 63 owns_the_dex_files_(true) {}
69 owns_the_dex_files_(owns_the_dex_files) {}
85 if (!owns_the_dex_files_ && class_loader_chain_ != nullptr) {
    [all...]
class_loader_context_test.cc 195 ASSERT_FALSE(context->owns_the_dex_files_);
    [all...]

Completed in 231 milliseconds