Home
last modified time | relevance | path

Searched refs:merge_classes (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h454 bool merge_classes = true,
477 bool MergeWith(const ProfileCompilationInfo& info, bool merge_classes = true);
1032 bool merge_classes = true,
Dprofile_compilation_info.cc1363 int fd, bool merge_classes, const ProfileLoadFilterFn& filter_fn) { in Load() argument
1366 ProfileLoadStatus status = LoadInternal(fd, &error, merge_classes, filter_fn); in Load()
1762 bool merge_classes, in LoadInternal() argument
1867 if (!info_.empty() && merge_classes) { in LoadInternal()
1897 bool merge_classes) { in MergeWith() argument
1970 if (merge_classes) { in MergeWith()