HomeSort by relevance Sort by last modified time
    Searched full:number_of_methods (Results 1 - 3 of 3) sorted by null

  /art/profman/
profile_assistant.cc 46 uint32_t number_of_methods = info.GetNumberOfMethods(); local
63 (kMinNewMethodsPercentChangeForCompilation * number_of_methods) / 100,
69 if (((info.GetNumberOfMethods() - number_of_methods) < min_change_in_methods_for_compilation) &&
profile_assistant_test.cc 48 uint16_t number_of_methods,
62 number_of_methods,
74 uint16_t number_of_methods,
82 for (uint16_t i = start_method_index; i < start_method_index + number_of_methods; i++) {
116 uint16_t number_of_methods,
124 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods);
127 info->AddMethodIndex(Hotness::kFlagStartup, dex_location, checksum, idx, number_of_methods);
134 number_of_methods);
    [all...]
  /art/runtime/jit/
profile_compilation_info.cc     [all...]

Completed in 98 milliseconds