Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
5 lines
237 B
Plaintext
5 lines
237 B
Plaintext
Tests Oat Writer is correctly changing the layout of OatMethod code addresses.
|
|
|
|
Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
|
|
MethodHotness bitmask (and sub-sorts by class_def_idx, then method_id).
|