Home
last modified time | relevance | path

Searched refs:dex1 (Results 1 – 5 of 5) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info_test.cc53 dex1 = fake_dex_storage.AddFakeDex("location1", /* checksum= */ 1, /* num_method_ids= */ 10001); in SetUp()
125 std::vector<TypeReference> types = {TypeReference(dex1, dex::TypeIndex(0))}; in GetTestInlineCaches()
131 TypeReference(dex1, dex::TypeIndex(0)), in GetTestInlineCaches()
140 TypeReference(dex1, dex::TypeIndex(0)), in GetTestInlineCaches()
141 TypeReference(dex1, dex::TypeIndex(1)), in GetTestInlineCaches()
142 TypeReference(dex1, dex::TypeIndex(2)), in GetTestInlineCaches()
143 TypeReference(dex1, dex::TypeIndex(3)), in GetTestInlineCaches()
144 TypeReference(dex1, dex::TypeIndex(4))}; in GetTestInlineCaches()
160 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic()
183 ASSERT_TRUE(AddMethod(&saved_info, dex1, /* method_idx= */ i)); in TestProfileLoadFromZip()
[all …]
/art/test/936-search-onload/
Dsearch_onload.cc46 std::string dex1 = android::base::StringPrintf("%s/936-search-onload.jar", dex_loc); in OnLoad() local
49 jvmtiError result = jvmti_env->AddToBootstrapClassLoaderSearch(dex1.c_str()); in OnLoad()
/art/runtime/gc/space/
Dimage_space_test.cc229 std::string dex1 = GetScratchDir() + "/Dex1.jar"; in TEST_F() local
234 Copy(GetDexSrc1(), dex1); in TEST_F()
240 args.push_back("--dex-file=" + dex1); in TEST_F()
256 std::vector<std::string> dex_filenames{ dex1, multidex1, dex2 }; in TEST_F()
272 Copy(GetDexSrc2(), dex1); in TEST_F()
276 Copy(GetDexSrc1(), dex1); in TEST_F()
304 Copy(GetMultiDexSrc1(), dex1); in TEST_F()
308 Copy(GetDexSrc1(), dex1); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc48 dex1 = fake_dex_storage.AddFakeDex("location1", /* checksum= */ 1, /* num_method_ids= */ 10001); in PostRuntimeCreate()
378 SetupBasicProfile(dex1, hot_methods_cur, empty_vector, empty_vector, in CheckCompilationMethodPercentChange()
381 SetupBasicProfile(dex1, hot_methods_ref, empty_vector, empty_vector, in CheckCompilationMethodPercentChange()
395 SetupProfile(dex1, dex2, 0, classes_in_cur_profile, profile, &info1); in CheckCompilationClassPercentChange()
397 SetupProfile(dex1, dex2, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange()
403 const DexFile* dex1; member in art::ProfileAssistantTest
423 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
456 SetupProfile(dex1, dex2, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F()
487 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
495 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
[all …]
/art/runtime/
Dclass_loader_context_test.cc1090 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F() local
1093 std::string expected_encoding = "PCL[" + CreateClassPathWithChecksums(dex1) + ":" + in TEST_F()
1105 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F() local
1111 + "];PCL[" + CreateClassPathWithChecksums(dex1) + "]"; in TEST_F()
1649 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("ForClassLoaderA"); in TEST_F() local
1650 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()
1660 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F() local
1661 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()
1674 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("ForClassLoaderA"); in TEST_F() local
1675 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()