Searched refs:profile1 (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 473 ScratchFile profile1; in TEST_F() local 478 GetFd(profile1), in TEST_F() 484 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 501 CheckProfileInfo(profile1, info1); in TEST_F() 519 ScratchFile profile1; in TEST_F() local 523 GetFd(profile1)}); in TEST_F() 527 SetupProfile(dex1_100, dex2_100, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F() 541 CheckProfileInfo(profile1, info1); in TEST_F() 545 ScratchFile profile1; in TEST_F() local 550 GetFd(profile1), in TEST_F() [all …]
|