Searched refs:dex4 (Results 1 – 2 of 2) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 56 dex4 = fake_dex_storage.AddFakeDex("location4", /* checksum= */ 4, /* num_method_ids= */ 10004); in SetUp() 284 const DexFile* dex4; member in art::ProfileCompilationInfoTest 514 ASSERT_TRUE(AddMethod(&saved_info, dex4, method_idx, inline_caches)); in TEST_F() 532 GetMethod(loaded_info, dex4, /* method_idx= */ 3); in TEST_F() 993 ASSERT_TRUE(AddMethod(&saved_info, dex4, method_idx, inline_caches)); in TEST_F() 1016 ASSERT_TRUE(nullptr == GetMethod(loaded_info, dex4, method_idx)); in TEST_F() 1085 ASSERT_TRUE(AddMethod(&saved_info, dex4, method_idx, inline_caches)); in TEST_F() 1116 ASSERT_TRUE(AddMethod(&saved_info, dex4, method_idx, inline_caches)); in TEST_F() 1142 GetMethod(loaded_info, dex4, method_idx); in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 51 dex4 = fake_dex_storage.AddFakeDex("location4", /* checksum= */ 4, /* num_method_ids= */ 10004); in PostRuntimeCreate() 406 const DexFile* dex4; member in art::ProfileAssistantTest 425 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 489 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 532 SetupProfile(dex3, dex4, kNumberOfMethodsToSkipCompilation, 0, profile2, &info2); in TEST_F()
|