aosp12/art/test/661-oat-writer-layout/info.txt

5 lines
237 B
Plaintext
Raw Normal View History

2023-01-09 17:11:35 +08:00
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).