HomeSort by relevance Sort by last modified time
    Searched defs:hot_methods (Results 1 - 4 of 4) sorted by null

  /art/libprofile/profile/
profile_compilation_info_test.cc 729 std::vector<uint16_t> hot_methods = {1, 3, 5}; local
735 hot_methods.begin(),
736 hot_methods.end());
745 for (uint16_t id : hot_methods) {
    [all...]
  /art/profman/
profile_assistant_test.cc 119 const std::vector<uint32_t>& hot_methods,
125 for (uint32_t idx : hot_methods) {
1085 std::set<uint16_t> hot_methods; local
1106 std::vector<uint32_t> hot_methods; local
    [all...]
profman.cc 641 std::set<uint16_t> hot_methods; local
647 &hot_methods,
654 combined_methods = hot_methods;
663 if (hot_methods.find(dex_method_idx) != hot_methods.end()) {
    [all...]
  /art/dex2oat/
dex2oat_test.cc 1354 std::vector<uint16_t> hot_methods = {methods[1], methods[3], methods[5]}; local
    [all...]

Completed in 295 milliseconds