Searched refs:test_and_write (Results 1 - 1 of 1) sorted by relevance

/art/libdexfile/dex/
H A Dcompact_dex_file_test.cc48 auto test_and_write = [&] (uint16_t registers_size, local
92 test_and_write(0, 0, 0, 0, 0);
93 test_and_write(kMax16, kMax16, kMax16, kMax16, kMax32);
94 test_and_write(kMax16 - 1, kMax16 - 2, kMax16 - 3, kMax16 - 4, kMax32 - 5);
95 test_and_write(kMax16 - 4, kMax16 - 5, kMax16 - 3, kMax16 - 2, kMax32 - 1);
96 test_and_write(5, 4, 3, 2, 1);
97 test_and_write(5, 0, 3, 2, 1);
98 test_and_write(kMax16, 0, kMax16 / 2, 1234, kMax32 / 4);

Completed in 57 milliseconds