Searched refs:p_dex2oat (Results 1 - 1 of 1) sorted by last modified time

/art/dex2oat/
H A Ddex2oat.cc154 static bool Create(Dex2Oat** p_dex2oat,
161 *p_dex2oat = NULL;
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
869 Dex2Oat* p_dex2oat; local
870 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {
874 UniquePtr<Dex2Oat> dex2oat(p_dex2oat);

Completed in 4732 milliseconds