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

  /art/dexlayout/
dexlayout_test.cc 334 size_t profile_methods = 0; local
344 ++profile_methods;
347 ++profile_methods;
376 EXPECT_GE(profile_methods, 0u);
  /art/runtime/jit/
profile_compilation_info_test.cc 101 std::vector<ProfileMethodInfo> profile_methods; local
104 profile_methods.emplace_back(
107 if (!info.AddMethods(profile_methods) || !info.AddClasses(resolved_classes)) {
110 if (info.GetNumberOfMethods() != profile_methods.size()) {
132 std::vector<ProfileMethodInfo> profile_methods; local
166 profile_methods.push_back(pmi);
170 if (!info.AddMethods(profile_methods) || info.GetNumberOfMethods() != profile_methods.size()) {
    [all...]
profile_saver.cc 494 std::vector<ProfileMethodInfo> profile_methods; local
497 jit_code_cache_->GetProfiledMethods(locations, profile_methods);
509 info.AddMethods(profile_methods);
    [all...]
  /art/profman/
profile_assistant_test.cc 996 std::vector<std::string> profile_methods = { local
    [all...]

Completed in 1337 milliseconds