Home
last modified time | relevance | path

Searched refs:cached_odex_file_is_out_of_date_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_assistant.h408 bool cached_odex_file_is_out_of_date_; variable
Doat_file_assistant.cc351 cached_odex_file_is_out_of_date_ = true; in OdexFileIsOutOfDate()
353 cached_odex_file_is_out_of_date_ = GivenOatFileIsOutOfDate(*odex_file); in OdexFileIsOutOfDate()
356 return cached_odex_file_is_out_of_date_; in OdexFileIsOutOfDate()