Lines Matching full:oatfileassistant
49 class OatFileAssistant {
90 // Constructs an OatFileAssistant object to assist the oat file
94 // unchanged for the duration of the lifetime of the OatFileAssistant object.
110 OatFileAssistant(const char* dex_location,
115 // Constructs an OatFileAssistant, providing an explicit target oat_location
117 OatFileAssistant(const char* dex_location,
123 ~OatFileAssistant();
130 // Only one OatFileAssistant object can hold the lock for a target oat file
131 // at a time. The Lock is released automatically when the OatFileAssistant
180 // After this call, no other methods of the OatFileAssistant should be
182 // the OatFileAssistant object.
281 // TODO: The OatFileAssistant probably isn't the right place to have this
372 // remaining lifetime of the OatFileAssistant object.
377 // In a properly constructed OatFileAssistant object, isa_ should be either
445 // of the OatFileAssistant object and the OatFileAssistant object is in a
449 DISALLOW_COPY_AND_ASSIGN(OatFileAssistant);
452 std::ostream& operator << (std::ostream& stream, const OatFileAssistant::OatStatus status);