Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1237 std::vector<uint16_t> post_methods = {methods[0], methods[2], methods[6]}; in TEST_F() local
1253 post_methods.begin(), in TEST_F()
1254 post_methods.end()); in TEST_F()
1262 for (uint16_t id : post_methods) { in TEST_F()
1341 const bool is_post_startup = ContainsElement(post_methods, method_idx); in TEST_F()
/art/runtime/jit/
Dprofile_compilation_info_test.cc908 std::vector<uint16_t> post_methods = {0, 2, 6}; in TEST_F() local
920 post_methods.begin(), in TEST_F()
921 post_methods.end()); in TEST_F()
929 for (uint16_t id : post_methods) { in TEST_F()