What is the path of OAT file in Android 5.0
Actually I find the answer by the doc below.
Dex2oat
– Ex:
/system/bin/dex2oat --zip-fd=6 --zip-location=/system/app/
Email.apk --oat-fd=7 --oat-location=/data/dalvik-cache/
system@[email protected]@classes.dex --profile-file=/data/
dalvik-cache/profiles/com.android.email
Result OAT file will be placed in /data/dalvikcache
http://bofh.nikhef.nl/events/HitB/hitb-2014-amsterdam/praatjes/D1T2-State-of-the-Art-Exploring-the-New-Android-KitKat-Runtime.pdf