Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h412 bool cached_odex_file_is_up_to_date_; variable
Doat_file_assistant.cc368 cached_odex_file_is_up_to_date_ = false; in OdexFileIsUpToDate()
370 cached_odex_file_is_up_to_date_ = GivenOatFileIsUpToDate(*odex_file); in OdexFileIsUpToDate()
373 return cached_odex_file_is_up_to_date_; in OdexFileIsUpToDate()