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

  /art/runtime/
oat_file_assistant.h 412 bool cached_odex_file_is_up_to_date_; member in class:art::OatFileAssistant
oat_file_assistant.cc 368 cached_odex_file_is_up_to_date_ = false;
370 cached_odex_file_is_up_to_date_ = GivenOatFileIsUpToDate(*odex_file);
373 return cached_odex_file_is_up_to_date_;
    [all...]

Completed in 6579 milliseconds