Home
last modified time | relevance | path

Searched refs:post_methods (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc1377 std::vector<uint16_t> post_methods = {methods[0], methods[2], methods[6]}; in TEST_F() local
1393 post_methods.begin(), in TEST_F()
1394 post_methods.end()); in TEST_F()
1402 for (uint16_t id : post_methods) { in TEST_F()
1479 const bool is_post_startup = ContainsElement(post_methods, method_idx); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc814 std::vector<uint16_t> post_methods = {0, 2, 6}; in TEST_F() local
826 post_methods.begin(), in TEST_F()
827 post_methods.end()); in TEST_F()
835 for (uint16_t id : post_methods) { in TEST_F()