Searched refs:Dex2Oat (Results 1 – 1 of 1) sorted by relevance
152 class Dex2Oat { class154 static bool Create(Dex2Oat** p_dex2oat, in Create()164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count); in Create()168 ~Dex2Oat() { in ~Dex2Oat()327 explicit Dex2Oat(Runtime* runtime, in Dex2Oat() function in art::Dex2Oat399 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);874 Dex2Oat* p_dex2oat; in dex2oat()875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) { in dex2oat()879 UniquePtr<Dex2Oat> dex2oat(p_dex2oat); in dex2oat()