Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc936 bool is_hot = false; in ProcessLine() local
948 is_hot = true; in ProcessLine()
964 if (is_hot) { in ProcessLine()
1013 is_hot = is_hot || (!is_hot && !is_startup && !is_post_startup); in ProcessLine()
1054 if (is_hot) { in ProcessLine()
/art/dex2oat/
Ddex2oat_test.cc1457 const bool is_hot = ContainsElement(hot_methods, method_idx); in TEST_F() local
1460 if (is_hot) { in TEST_F()