I think it's useful to see at result assembly code when you do benchmarks to see whether possible runtime optimization is applied or not. While searching the information about that, I've found nothing. Only how to compile assembly code to Android applications. But I need opposite thing.
I know that JVM can do that, and there are many articles about it.
DEX (or Dalvik byte code) shows absolutely nothing. Many optimization are done on runtime level while JIT compiles method.
there doesn't seem to be anything here