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

  /art/profman/
boot_image_profile.cc 35 ProfileCompilationInfo* out_profile) {
38 // If we merged the classes, every single class in each profile would be in the out_profile,
40 out_profile->MergeWith(*profile, /*merge_classes*/ false);
63 out_profile->AddMethodHotness(ref, hotness);
73 out_profile->AddMethodHotness(ref, hotness);
124 out_profile->AddClassForDex(ref);
127 out_profile->AddClassForDex(ref);
boot_image_profile.h 46 // to the out_profile if they meet the options.
52 ProfileCompilationInfo* out_profile);
profile_assistant_test.cc 793 ScratchFile out_profile; local
800 args.push_back("--reference-profile-file=" + out_profile.GetFilename());
808 ASSERT_EQ(0, out_profile.GetFile()->Flush());
809 ASSERT_TRUE(out_profile.GetFile()->ResetOffset());
    [all...]
profman.cc 1114 ProfileCompilationInfo out_profile; local
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 56 alsa_device_profile out_profile; member in struct:audio_device
89 * Const, so modifications go through adev->out_profile
125 * Const, so modifications go through adev->out_profile
396 out->adev->out_profile.card = card;
397 out->adev->out_profile.device = device;
398 ret_value = profile_read_device_info(&out->adev->out_profile) ? 0 : -EINVAL;
400 out->adev->out_profile.card = saved_card;
401 out->adev->out_profile.device = saved_device;
577 out->profile = &out->adev->out_profile;
584 parse_card_device_params(address, &out->adev->out_profile.card, &out->adev->out_profile.device)
    [all...]
  /art/dexlayout/
dexlayout_test.cc 326 const std::string& out_profile,
377 std::unique_ptr<File> file(OS::CreateEmptyFile(out_profile.c_str()));
    [all...]

Completed in 119 milliseconds