Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h424 bool cached_oat_file_is_out_of_date_; variable
Doat_file_assistant.cc357 cached_oat_file_is_out_of_date_ = true; in OatFileIsOutOfDate()
359 cached_oat_file_is_out_of_date_ = GivenOatFileIsOutOfDate(*oat_file); in OatFileIsOutOfDate()
362 return cached_oat_file_is_out_of_date_; in OatFileIsOutOfDate()