Home
last modified time | relevance | path

Searched refs:AddClassForDex (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dboot_image_profile.cc118 out_profile->AddClassForDex(ref); in GenerateBootImageProfile()
121 out_profile->AddClassForDex(ref); in GenerateBootImageProfile()
/art/dex2oat/
Ddex2oat_image_test.cc266 EXPECT_TRUE(profile.AddClassForDex(ref)); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info.h266 bool AddClassForDex(const TypeReference& ref) { in AddClassForDex() function