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

/art/dex2oat/
H A Ddex2oat.cc103 UsageError("Usage: dex2oat [options]...");
247 std::unique_ptr<Dex2Oat> dex2oat(new Dex2Oat(&compiler_options,
254 if (!dex2oat->CreateRuntime(runtime_options, instruction_set)) {
258 *p_dex2oat = dex2oat.release();
268 LOG(INFO) << "dex2oat took " << PrettyDuration(NanoTime() - start_ns_)
397 TimingLogger::ScopedTiming t2("dex2oat OatWriter", &timings);
609 const char* reason = "dex2oat watch dog thread startup";
620 const char* reason = "dex2oat watch dog thread shutdown";
635 ::art::SetThreadName("dex2oat watch dog");
643 fprintf(stderr, "dex2oat
785 static int dex2oat(int argc, char** argv) { function in namespace:art
[all...]

Completed in 911 milliseconds