Home
last modified time | relevance | path

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

1234567

/art/libprofile/profile/
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
106 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles("MultiDex"); in TEST_F() local
/art/dex2oat/
Dcommon_compiler_driver_test.cc35 const std::vector<const DexFile*>& dex_files, in CompileAll()
57 void CommonCompilerDriverTest::SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files) { in SetDexFilesForOatFile()
/art/libdexfile/dex/
Ddex_file_loader.h91 static uint32_t GetMultiDexChecksum(const DexFilePtrVector& dex_files, in GetMultiDexChecksum()
117 static uint32_t GetMultiDexChecksum(const DexFilePtrVector& dex_files) { in GetMultiDexChecksum()
236 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
249 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
257 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
Ddex_file_loader_test.cc360 std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenDexFilesBase64()
381 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFileBase64() local
502 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
525 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
559 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
573 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
588 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
628 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenAndVerify() local
/art/compiler/debug/
Ddebug_info.h37 std::map<uint32_t, const DexFile*> dex_files; // Offset in section -> dex file content. member
/art/runtime/native/
Ddalvik_system_DexFile.cc75 /*out*/ std::vector<const DexFile*>& dex_files, in ConvertJavaArrayToDexFiles()
183 std::vector<std::unique_ptr<const DexFile>>& dex_files, in CreateCookieFromOatFileManagerResult()
307 std::vector<std::unique_ptr<const DexFile>> dex_files = in DexFile_openInMemoryDexFilesNative() local
393 std::vector<std::unique_ptr<const DexFile>> dex_files = in DexFile_openDexFileNative() local
410 std::vector<const DexFile*> dex_files; in DexFile_verifyInBackgroundNative() local
425 std::vector<const DexFile*> dex_files; in DexFile_closeDexFile() local
477 std::vector<const DexFile*> dex_files; in DexFile_defineClassNative() local
539 std::vector<const DexFile*> dex_files; in DexFile_getClassNameList() local
875 std::vector<const DexFile*> dex_files; in DexFile_isBackedByOatFile() local
959 std::vector<const DexFile*> dex_files; in DexFile_getStaticSizeOfDexFile() local
[all …]
/art/profman/
Dprofman.cc578 bool OpenApkFilesFromLocations(std::vector<std::unique_ptr<const DexFile>>* dex_files) { in OpenApkFilesFromLocations()
707 const std::vector<std::unique_ptr<const DexFile>>* dex_files, in DumpOneProfile()
734 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpProfileInfo() local
885 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
935 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
949 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
978 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpClassesAndMethods() local
1067 const dex::ClassDef* FindClassDef(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClassDef()
1087 bool FindClass(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClass()
1386 bool ProcessLine(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in ProcessLine()
[all …]
/art/test/692-vdex-inmem-loader/
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
/art/libartbase/base/
Dcommon_art_test.cc405 std::vector<std::unique_ptr<const DexFile>> dex_files; in LoadExpectSingleDexFile() local
531 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFiles() local
541 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename)); in OpenDexFile() local
587 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPath()
597 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPathWithChecksums()
/art/runtime/gc/space/
Dimage_space_test.cc73 ArrayRef<const std::string> dex_files(&jar_name, /*size=*/1u); in TEST_F() local
101 ArrayRef<const std::string> dex_files(&app_jar_name, /*size=*/1u); in TEST_F() local
410 std::vector<std::string> dex_files(GetLibCoreDexFileNames()); in PrepareImageLocation() local
443 std::vector<std::string> dex_files(GetLibCoreDexFileNames()); in PrepareImageLocation() local
/art/dex2oat/dex/
Dquick_compiler_callbacks.h67 void SetDexFiles(const std::vector<const DexFile*>* dex_files) { in SetDexFiles()
/art/test/983-source-transform-verify/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/2002-virtual-structural-initializing/src-art/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1950-unprepared-transform/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1956-pop-frame-jit-calling/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/2004-double-virtual-structural-abstract/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/939-hello-transformation-bcp/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/2003-double-virtual-structural/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1984-structural-redefine-field-trace/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1981-structural-redef-private-method-handles/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/940-recursive-obsolete/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/941-recursive-obsolete-jit/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1976-hello-structural-static-methods/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/947-reflect-method/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local
/art/test/1999-virtual-structural/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local

1234567