Home
last modified time | relevance | path

Searched defs:dex_files (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp12/art/libprofile/profile/
H A Dprofile_boot_info_test.cc38 std::vector<const DexFile*> dex_files; in TEST_F() local
49 std::vector<const DexFile*> dex_files = { dex.get() }; in TEST_F() local
67 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles("MultiDex"); in TEST_F() local
105 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles("MultiDex"); in TEST_F() local
/aosp12/art/dex2oat/
H A Dcommon_compiler_driver_test.cc34 const std::vector<const DexFile*>& dex_files, in CompileAll()
59 void CommonCompilerDriverTest::SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files) { in SetDexFilesForOatFile()
/aosp12/art/libdexfile/dex/
H A Ddex_file_loader_test.cc212 std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenDexFilesBase64()
238 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFileBase64() local
355 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
374 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
414 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
428 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
443 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc65 /*out*/ std::vector<const DexFile*>& dex_files, in ConvertJavaArrayToDexFiles()
173 std::vector<std::unique_ptr<const DexFile>>& dex_files, in CreateCookieFromOatFileManagerResult()
297 std::vector<std::unique_ptr<const DexFile>> dex_files = in DexFile_openInMemoryDexFilesNative() local
321 std::vector<std::unique_ptr<const DexFile>> dex_files = in DexFile_openDexFileNative() local
338 std::vector<const DexFile*> dex_files; in DexFile_verifyInBackgroundNative() local
353 std::vector<const DexFile*> dex_files; in DexFile_closeDexFile() local
404 std::vector<const DexFile*> dex_files; in DexFile_defineClassNative() local
466 std::vector<const DexFile*> dex_files; in DexFile_getClassNameList() local
788 std::vector<const DexFile*> dex_files; in DexFile_isBackedByOatFile() local
878 std::vector<const DexFile*> dex_files; in DexFile_getStaticSizeOfDexFile() local
[all …]
/aosp12/art/profman/
H A Dprofman.cc693 const std::vector<std::unique_ptr<const DexFile>>* dex_files, in DumpOneProfile()
720 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpProfileInfo() local
950 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpClassesAndMethods() local
1059 bool FindClass(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClass()
1339 bool ProcessLine(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in ProcessLine()
1604 bool ProcessBootLine(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in ProcessBootLine()
1676 std::vector<std::unique_ptr<const DexFile>> dex_files; in CreateBootProfile() local
1731 std::vector<std::unique_ptr<const DexFile>> dex_files; in CreateProfile() local
1777 std::vector<std::unique_ptr<const DexFile>> dex_files; in CreateBootImageProfile() local
1836 std::vector<std::unique_ptr<const DexFile>> dex_files; in GenerateTestProfile() local
[all …]
/aosp12/art/compiler/debug/
H A Ddebug_info.h36 std::map<uint32_t, const DexFile*> dex_files; // Offset in section -> dex file content. member
/aosp12/art/test/692-vdex-inmem-loader/
H A Dvdex_inmem_loader.cc46 std::vector<const DexFile*> dex_files; in Java_Main_areClassesVerified() local
85 std::vector<const DexFile*> dex_files; in Java_Main_hasVdexFile() local
142 std::vector<const DexFile*> dex_files; in Java_Main_areClassesPreverified() local
/aosp12/art/libartbase/base/
H A Dcommon_art_test.cc367 std::vector<std::unique_ptr<const DexFile>> dex_files; in LoadExpectSingleDexFile() local
530 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFiles() local
546 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename)); in OpenDexFile() local
578 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPath()
588 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPathWithChecksums()
/aosp12/art/runtime/
H A Doat_file_manager.cc184 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFilesFromOat() local
432 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenDexFilesFromOat_Impl( in OpenDexFilesFromOat() local
495 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFilesFromOat_Impl() local
617 BackgroundVerificationTask(const std::vector<const DexFile*>& dex_files, in BackgroundVerificationTask()
713 void OatFileManager::RunBackgroundVerification(const std::vector<const DexFile*>& dex_files, in RunBackgroundVerification()
H A Doat_file_assistant_test.cc184 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
735 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1025 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1083 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1114 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1146 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1260 std::vector<std::unique_ptr<const DexFile>> dex_files; in Run() local
1356 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1380 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
1506 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
[all …]
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc336 const std::vector<const DexFile*>& dex_files, in CompileAll()
523 const std::vector<const DexFile*>& dex_files, in Resolve()
763 const std::vector<const DexFile*>& dex_files, in PreCompile()
1358 const std::vector<const DexFile*>& dex_files, in ParallelCompilationManager()
1668 const std::vector<const DexFile*>& dex_files, in ResolveDexFile()
1693 const std::vector<const DexFile*>& dex_files, in SetVerified()
1735 const std::vector<const DexFile*>& dex_files, in FastVerify()
1812 const std::vector<const DexFile*>& dex_files, in Verify()
2016 const std::vector<const DexFile*>& dex_files, in VerifyDexFile()
2558 const std::vector<const DexFile*>& dex_files, in CompileDexFile()
[all …]
/aosp12/art/test/902-hello-transformation/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/914-hello-obsolescence/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/915-obsolete-2/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/916-obsolete-jit/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/917-fields-transformation/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/919-obsolete-fields/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/921-hello-failure/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/926-multi-obsolescence/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/930-hello-retransform/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/932-transform-saves/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/934-load-transform/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/935-non-retransformable/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/937-hello-retransform-package/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/aosp12/art/test/938-load-transform-bcp/src/art/
H A DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local

1234567