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.h404 bool cached_odex_file_is_out_of_date_; variable
Doat_file_assistant.cc288 cached_odex_file_is_out_of_date_ = true; in OdexFileIsOutOfDate()
290 cached_odex_file_is_out_of_date_ = GivenOatFileIsOutOfDate(*odex_file); in OdexFileIsOutOfDate()
293 return cached_odex_file_is_out_of_date_; in OdexFileIsOutOfDate()