Home
last modified time | relevance | path

Searched refs:MergeData (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/profman/
H A Dboot_image_profile.cc219 flattend_data->MergeData(*currentData); in GenerateBootImageProfile()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h1035 void MergeData(const FlattenProfileData& other);
H A Dprofile_compilation_info_test.cc1903 flattenProfileData1->MergeData(*flattenProfileData2); in TEST_F()
H A Dprofile_compilation_info.cc2950 void FlattenProfileData::MergeData(const FlattenProfileData& other) { in MergeData() function in art::FlattenProfileData