Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1066 bool is_hot = false; in ProcessLine() local
1078 is_hot = true; in ProcessLine()
1094 if (is_hot) { in ProcessLine()
1139 is_hot = is_hot || (!is_hot && !is_startup && !is_post_startup); in ProcessLine()
1180 if (is_hot) { in ProcessLine()
/art/dex2oat/
Ddex2oat_test.cc1477 const bool is_hot = ContainsElement(hot_methods, method_idx); in TEST_F() local
1480 if (is_hot) { in TEST_F()