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

  /art/tools/
generate-boot-image-profile.sh 32 OUT_PROFILE=$1
62 "$ANDROID_HOST_OUT/bin/profman" --generate-boot-image-profile "--reference-profile-file=$OUT_PROFILE" "${profman_args[@]}"
65 echo Dumping profile to $OUT_PROFILE.txt
66 "$ANDROID_HOST_OUT/bin/profman" --dump-classes-and-methods "--profile-file=$OUT_PROFILE" "${jar_args[@]}" > "$OUT_PROFILE.txt"
72 grep -v "\\->" "$OUT_PROFILE.txt" | sed 's/.\(.*\)./\1/g' | tr "/" "." > "$OUT_PROFILE.preloaded-classes"
  /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 198 milliseconds