Home
last modified time | relevance | path

Searched defs:has_dex_files (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.cc1023 std::optional<bool> has_dex_files = oat_file_assistant_->HasDexFiles(&error_msg); in GetDexOptNeeded() local
1333 std::optional<bool> has_dex_files = HasDexFiles(&error_msg); in GetOptimizationStatus() local
H A Doat_file_assistant_test.cc228 std::optional<bool> has_dex_files = oat_file_assistant->HasDexFiles(&error_msg); in ExpectHasDexFiles() local
/aosp_15_r20/art/artd/
H A Dartd.cc989 std::optional<bool> has_dex_files = oat_file_assistant->HasDexFiles(&error_msg); in getDexoptNeeded() local