Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofman.cc1370 bool is_post_startup = false; in ProcessLine() local
1384 is_post_startup = true; in ProcessLine()
1437 if (is_post_startup) { in ProcessLine()
1464 is_hot = is_hot || (!is_hot && !is_startup && !is_post_startup); in ProcessLine()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1271 const bool is_post_startup = ContainsElement(post_methods, method_idx); in TEST_F() local
1276 } else if (is_post_startup) { in TEST_F()