Home
last modified time | relevance | path

Searched defs:dex_files (Results 1 – 25 of 162) 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_test.cc212 std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenDexFilesBase64()
232 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFileBase64() local
346 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
359 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
393 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
407 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
422 std::vector<std::unique_ptr<const DexFile>> dex_files; in TEST_F() local
Ddex_file_loader.h166 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
179 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
187 std::vector<std::unique_ptr<const DexFile>>* dex_files) { in Open()
/art/compiler/debug/
Ddebug_info.h37 std::map<uint32_t, const DexFile*> dex_files; // Offset in section -> dex file content. member
/art/profman/
Dprofman.cc571 bool OpenApkFilesFromLocations(std::vector<std::unique_ptr<const DexFile>>* dex_files) { in OpenApkFilesFromLocations()
699 const std::vector<std::unique_ptr<const DexFile>>* dex_files, in DumpOneProfile()
726 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpProfileInfo() local
868 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
913 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
927 std::vector<std::unique_ptr<const DexFile>>* dex_files, in GetClassNamesAndMethods()
956 std::vector<std::unique_ptr<const DexFile>> dex_files; in DumpClassesAndMethods() local
1045 const dex::ClassDef* FindClassDef(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClassDef()
1065 bool FindClass(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClass()
1360 bool ProcessLine(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in ProcessLine()
[all …]
/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/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.cc388 std::vector<std::unique_ptr<const DexFile>> dex_files; in LoadExpectSingleDexFile() local
515 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFiles() local
525 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename)); in OpenDexFile() local
573 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPath()
583 const std::vector<std::unique_ptr<const DexFile>>& dex_files) { in CreateClassPathWithChecksums()
/art/runtime/gc/space/
Dimage_space_test.cc80 ArrayRef<const std::string> dex_files(&jar_name, /*size=*/1u); in TEST_F() local
107 ArrayRef<const std::string> dex_files(&app_jar_name, /*size=*/1u); in TEST_F() local
414 std::vector<std::string> dex_files(GetLibCoreDexFileNames()); in PrepareImageLocation() local
447 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/runtime/verifier/
Dverifier_deps.cc41 VerifierDeps::VerifierDeps(const std::vector<const DexFile*>& dex_files, bool output_only) in VerifierDeps()
60 const std::vector<const DexFile*>& dex_files) { in MergeWith()
515 void VerifierDeps::Encode(const std::vector<const DexFile*>& dex_files, in Encode()
548 bool VerifierDeps::ParseStoredData(const std::vector<const DexFile*>& dex_files, in ParseStoredData()
576 const std::vector<const DexFile*>& dex_files, in ParseVerifiedClasses()
678 const std::vector<const DexFile*>& dex_files, in ValidateDependencies()
739 void VerifierDeps::ClearData(const std::vector<const DexFile*>& dex_files) { in ClearData()
/art/runtime/
Doat_file_manager.cc193 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFilesFromOat() local
493 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenDexFilesFromOat_Impl( in OpenDexFilesFromOat() local
555 std::vector<std::unique_ptr<const DexFile>> dex_files; in OpenDexFilesFromOat_Impl() local
677 BackgroundVerificationTask(const std::vector<const DexFile*>& dex_files, in BackgroundVerificationTask()
772 void OatFileManager::RunBackgroundVerification(const std::vector<const DexFile*>& dex_files, in RunBackgroundVerification()
/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/2006-virtual-structural-finalizing/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/1986-structural-redefine-multi-thread-stack-scope/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/1997-structural-shadow-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/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/915-obsolete-2/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/1957-error-ext/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/985-re-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/938-load-transform-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/917-fields-transformation/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/2005-pause-all-redefine-multithreaded/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/1961-obsolete-jit-multithread/src/art/
DRedefinition.java68 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiClassRedefinition() local
102 ArrayList<byte[]> dex_files = new ArrayList<>(); in doMultiStructuralClassRedefinition() local

1234567