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

/art/dex2oat/
H A Ddex2oat.cc152 class Dex2Oat { class in namespace:art
154 static bool Create(Dex2Oat** p_dex2oat,
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
168 ~Dex2Oat() {
327 explicit Dex2Oat(Runtime* runtime, function in class:art::Dex2Oat
399 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
869 Dex2Oat* p_dex2oat;
870 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {
874 UniquePtr<Dex2Oat> dex2oat(p_dex2oat);

Completed in 58 milliseconds