Searched defs:OatFileAssistant (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file_assistant.h49 class OatFileAssistant { class in namespace:art
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 shoul
[all...]
H A Doat_file_assistant.cc47 std::ostream& operator << (std::ostream& stream, const OatFileAssistant::OatStatus status) {
49 case OatFileAssistant::kOatOutOfDate:
52 case OatFileAssistant::kOatUpToDate:
55 case OatFileAssistant::kOatNeedsRelocation:
65 OatFileAssistant::OatFileAssistant(const char* dex_location, function in class:art::OatFileAssistant
69 : OatFileAssistant(dex_location, nullptr, isa, profile_changed, load_executable)
72 OatFileAssistant::OatFileAssistant(const char* dex_location, function in class:art::OatFileAssistant
78 CHECK(dex_location != nullptr) << "OatFileAssistant
[all...]

Completed in 70 milliseconds