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

  /art/dexlayout/
dex_visualize.h 39 ProfileCompilationInfo* profile_info);
dexlayout_main.cc 191 std::unique_ptr<ProfileCompilationInfo> profile_info; local
203 profile_info.reset(new ProfileCompilationInfo());
204 if (!profile_info->Load(profile_fd)) {
212 DexLayout dex_layout(options, profile_info.get(), out_file, /*header=*/ nullptr);
dex_visualize.cc 176 ProfileCompilationInfo* profile_info) {
177 if (profile_info != nullptr) {
179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) {
248 ProfileCompilationInfo* profile_info) {
259 if (profile_info != nullptr && !profile_info->ContainsClass(*dex_file, type_idx)) {
292 dumper->DumpMethodItem(&method_item, dex_file, class_index, profile_info);
297 dumper->DumpMethodItem(&method_item, dex_file, class_index, profile_info);
  /external/ImageMagick/MagickWand/
magick-property.c 2327 *profile_info; local
    [all...]
operation.c 2978 *profile_info; local
    [all...]
mogrify.c 2438 *profile_info; local
    [all...]
  /art/runtime/jit/
jit.cc 748 ProfileCompilationInfo profile_info; local
749 if (!profile_info.Load(profile->Fd())) {
773 if (!profile_info.GetClassesAndMethods(*dex_file,
    [all...]
  /art/profman/
profman.cc 634 ProfileCompilationInfo profile_info; local
635 if (!profile_info.Load(fd)) {
645 if (profile_info.GetClassesAndMethods(*dex_file.get(),
    [all...]
  /external/ImageMagick/coders/
msl.c 4416 *profile_info; local
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 129 milliseconds