Searched defs:EXPECT_OFFSET_DIFF_GT3 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dentrypoints_order_test.cc59 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ macro
80 EXPECT_OFFSET_DIFF_GT3(Thread, tls32_.thread_exit_check_count, tls64_.trace_clock_base, 4,
87 EXPECT_OFFSET_DIFF_GT3(Thread, tls64_.stats, tlsPtr_.card_table, 8, thread_tls64_to_tlsptr);

Completed in 62 milliseconds