| /art/runtime/ |
| D | oat_file_assistant_test.cc | 83 void GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 140 void GeneratePicOdexForTest(const std::string& dex_location, in GeneratePicOdexForTest() 148 void GenerateNoPatchOdexForTest(const std::string& dex_location, in GenerateNoPatchOdexForTest() 214 static void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() 245 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 276 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F() local 297 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local 327 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F() local 353 std::string dex_location = GetScratchDir() + "/ProfileOatOutOfDate.jar"; in TEST_F() local 379 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local [all …]
|
| D | dex_cache_resolved_classes.h | 29 DexCacheResolvedClasses(const std::string& dex_location, in DexCacheResolvedClasses()
|
| D | oat_file_assistant.cc | 65 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 72 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 269 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles()
|
| D | dex_file_test.cc | 362 const char* dex_location = dex_location_str.c_str(); in TEST_F() local 373 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
| D | runtime.cc | 886 const char* dex_location = dex_locations[i].c_str(); in OpenDexFiles() local 1774 void Runtime::NotifyDexLoaded(const std::string& dex_location) { in NotifyDexLoaded()
|
| D | oat_file_manager.cc | 542 const char* dex_location, in OpenDexFilesFromOat()
|
| D | oat_file.cc | 1073 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
| D | dex_file.cc | 1097 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() 1105 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
|
| D | class_linker.cc | 1563 const char* dex_location, in AddImageSpace()
|
| /art/runtime/jit/ |
| D | offline_profiling_info.cc | 47 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() 198 const std::string& dex_location = it.first; in Save() local 242 const std::string& dex_location, in GetOrAddDexFileData() 256 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses() local 266 bool ProfileCompilationInfo::AddMethodIndex(const std::string& dex_location, in AddMethodIndex() 277 bool ProfileCompilationInfo::AddClassIndex(const std::string& dex_location, in AddClassIndex() 292 const std::string& dex_location) { in ProcessLine()
|
| D | offline_profiling_info.h | 119 std::string dex_location; member
|
| D | profile_compilation_info_test.cc | 53 bool AddMethod(const std::string& dex_location, in AddMethod() 60 bool AddClass(const std::string& dex_location, in AddClass()
|
| D | profile_saver.cc | 505 void ProfileSaver::NotifyDexUse(const std::string& dex_location) { in NotifyDexUse() 585 const std::string& dex_location, in MaybeRecordDexUseInternal()
|
| /art/dex2oat/ |
| D | dex2oat_test.cc | 47 void GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 196 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar"; local 299 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; local 313 void CheckResult(const std::string& dex_location, in CheckResult()
|
| D | dex2oat.cc | 1540 std::string dex_location = dex_file->GetLocation(); in Compile() local
|
| /art/compiler/utils/ |
| D | test_dex_file_builder_test.cc | 32 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
|
| D | test_dex_file_builder.h | 82 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build()
|