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

  /art/runtime/jit/
profiling_info_test.cc 105 std::vector<ProfileMethodInfo> profile_methods; local
108 profile_methods.emplace_back(
111 if (!info.AddMethods(profile_methods, flags) || !info.AddClasses(resolved_classes)) {
114 if (info.GetNumberOfMethods() != profile_methods.size()) {
137 std::vector<ProfileMethodInfo> profile_methods; local
171 profile_methods.push_back(pmi);
175 if (!info.AddMethods(profile_methods, flags)
176 || info.GetNumberOfMethods() != profile_methods.size()) {
profile_saver.cc 540 std::vector<ProfileMethodInfo> profile_methods; local
543 jit_code_cache_->GetProfiledMethods(locations, profile_methods);
556 << " number of profiled methods=" << profile_methods.size();
561 if (!info.AddMethods(profile_methods,
    [all...]
  /art/dexlayout/
dexlayout_test.cc 344 size_t profile_methods = 0; local
354 ++profile_methods;
357 ++profile_methods;
386 EXPECT_GE(profile_methods, 0u);
    [all...]
  /art/profman/
profile_assistant_test.cc 1039 std::vector<std::string> profile_methods = { local
    [all...]

Completed in 313 milliseconds