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

  /art/runtime/
class_loader_context.h 56 // to ClassLoaderInfo::opened_oat_files. The 'classpath_dir' argument specifies the directory to
188 std::vector<std::unique_ptr<OatFile>> opened_oat_files; member in struct:art::ClassLoaderContext::ClassLoaderInfo
class_loader_context.cc 93 for (std::unique_ptr<OatFile>& oat_file : info->opened_oat_files) {
398 // been stripped, this opens them from their oat files (which get added to opened_oat_files).
474 info->opened_oat_files.push_back(std::move(oat_file));
    [all...]

Completed in 44 milliseconds