Home
last modified time | relevance | path

Searched refs:Dex2Oat (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc242 class Dex2Oat { class
244 static bool Create(Dex2Oat** p_dex2oat, in Create()
256 std::unique_ptr<Dex2Oat> dex2oat(new Dex2Oat(&compiler_options, in Create()
271 ~Dex2Oat() { in ~Dex2Oat()
508 explicit Dex2Oat(const CompilerOptions* compiler_options, in Dex2Oat() function in art::Dex2Oat
591 DISALLOW_IMPLICIT_CONSTRUCTORS(Dex2Oat);
1363 Dex2Oat* p_dex2oat; in dex2oat()
1364 if (!Dex2Oat::Create(&p_dex2oat, in dex2oat()
1378 std::unique_ptr<Dex2Oat> dex2oat(p_dex2oat); in dex2oat()