Searched refs:ShouldUseDex2Oat64 (Results 1 – 2 of 2) sorted by relevance
199 bool ShouldUseDex2Oat64();
1209 bool Artd::ShouldUseDex2Oat64() { in ShouldUseDex2Oat64() function in art::artd::Artd1215 std::string binary_name = ShouldUseDex2Oat64() ? "dex2oat64" : "dex2oat32"; in GetDex2Oat()