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

  /art/runtime/jit/
profile_compilation_info_test.cc 906 std::vector<uint16_t> hot_methods = {1, 3, 5}; local
    [all...]
  /art/dex2oat/
dex2oat_test.cc 1235 std::vector<uint16_t> hot_methods = {methods[1], methods[3], methods[5]}; local
    [all...]
  /art/profman/
profile_assistant_test.cc 83 const std::vector<uint32_t> hot_methods,
90 for (uint32_t idx : hot_methods) {
1042 std::set<uint16_t> hot_methods; local
1063 std::vector<uint32_t> hot_methods; local
    [all...]
profman.cc 469 std::set<uint16_t> hot_methods; local
475 &hot_methods,
482 combined_methods = hot_methods;
491 if (hot_methods.find(dex_method_idx) != hot_methods.end()) {
    [all...]

Completed in 169 milliseconds