Searched refs:p_dex2oat (Results 1 – 1 of 1) sorted by relevance
154 static bool Create(Dex2Oat** p_dex2oat, in Create() argument161 *p_dex2oat = NULL; in Create()164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count); in Create()874 Dex2Oat* p_dex2oat; in dex2oat() local875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) { in dex2oat()879 UniquePtr<Dex2Oat> dex2oat(p_dex2oat); in dex2oat()