Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1169 std::vector<uint16_t> post_methods = {methods[0], methods[2], methods[6]}; in TEST_F() local
1185 post_methods.begin(), in TEST_F()
1186 post_methods.end()); in TEST_F()
1194 for (uint16_t id : post_methods) { in TEST_F()
1271 const bool is_post_startup = ContainsElement(post_methods, method_idx); in TEST_F()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc845 std::vector<uint16_t> post_methods = {0, 2, 6}; in TEST_F() local
857 post_methods.begin(), in TEST_F()
858 post_methods.end()); in TEST_F()
866 for (uint16_t id : post_methods) { in TEST_F()