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

  /art/profman/
profile_assistant_test.cc 176 int ProcessProfiles(const std::vector<int>& profiles_fd, int reference_profile_fd) {
183 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd));
343 int reference_profile_fd = GetFd(reference_profile); local
360 return ProcessProfiles(profile_fds, reference_profile_fd);
369 int reference_profile_fd = GetFd(reference_profile); local
375 return ProcessProfiles(profile_fds, reference_profile_fd);
394 int reference_profile_fd = GetFd(reference_profile); local
404 ProcessProfiles(profile_fds, reference_profile_fd));
408 ASSERT_TRUE(result.Load(reference_profile_fd));
427 int reference_profile_fd = GetFd(reference_profile) local
457 int reference_profile_fd = GetFd(reference_profile); local
501 int reference_profile_fd = GetFd(reference_profile); local
576 int reference_profile_fd = GetFd(reference_profile); local
603 int reference_profile_fd = GetFd(reference_profile); local
959 int reference_profile_fd = GetFd(reference_profile); local
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 594 /*out*/ std::vector<unique_fd>* profiles_fd, /*out*/ unique_fd* reference_profile_fd) {
596 *reference_profile_fd = open_reference_profile(uid, location, /*read_write*/ true,
644 const unique_fd& reference_profile_fd) {
655 sprintf(reference_profile_arg, "--reference-profile-file-fd=%d", reference_profile_fd.get());
681 unique_fd reference_profile_fd; local
682 open_profile_files(uid, location, is_secondary_dex, &profiles_fd, &reference_profile_fd);
683 if (profiles_fd.empty() || (reference_profile_fd.get() < 0)) {
693 run_profman_merge(profiles_fd, reference_profile_fd);
766 const unique_fd& reference_profile_fd,
775 if (reference_profile_fd != -1)
802 unique_fd reference_profile_fd; local
1672 Dex2oatFileWrapper reference_profile_fd = maybe_open_reference_profile( local
    [all...]

Completed in 59 milliseconds