HomeSort by relevance Sort by last modified time
    Searched refs:OatFileInfo (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_assistant.h 332 class OatFileInfo {
338 // OatFileInfo is for the oat location, as opposed to the odex location.
339 OatFileInfo(OatFileAssistant* oat_file_assistant, bool is_oat_location);
392 // After this call, no other methods of the OatFileInfo should be
394 // the OatFileInfo object.
411 // After this call, no other methods of the OatFileInfo should be
413 // the OatFileInfo object.
435 // OatFileInfo object is in a bad state and should no longer be used.
448 ResultOfAttemptToUpdate GenerateOatFileNoChecks(OatFileInfo& info,
454 OatFileInfo& GetBestInfo()
    [all...]
oat_file_assistant.cc 213 OatFileInfo& info = GetBestInfo();
262 OatFileInfo& info = GetBestInfo();
699 OatFileAssistant::OatFileInfo& info,
    [all...]

Completed in 262 milliseconds