Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h432 bool cached_oat_file_is_up_to_date_; variable
Doat_file_assistant.cc452 cached_oat_file_is_up_to_date_ = false; in OatFileIsUpToDate()
454 cached_oat_file_is_up_to_date_ = GivenOatFileIsUpToDate(*oat_file); in OatFileIsUpToDate()
457 return cached_oat_file_is_up_to_date_; in OatFileIsUpToDate()