Home
last modified time | relevance | path

Searched defs:dex_location (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc83 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 …]
Ddex_cache_resolved_classes.h29 DexCacheResolvedClasses(const std::string& dex_location, in DexCacheResolvedClasses()
Doat_file_assistant.cc65 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()
Ddex_file_test.cc362 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
Druntime.cc886 const char* dex_location = dex_locations[i].c_str(); in OpenDexFiles() local
1774 void Runtime::NotifyDexLoaded(const std::string& dex_location) { in NotifyDexLoaded()
Doat_file_manager.cc542 const char* dex_location, in OpenDexFilesFromOat()
Doat_file.cc1073 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
Ddex_file.cc1097 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation()
1105 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
Dclass_linker.cc1563 const char* dex_location, in AddImageSpace()
/art/runtime/jit/
Doffline_profiling_info.cc47 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()
Doffline_profiling_info.h119 std::string dex_location; member
Dprofile_compilation_info_test.cc53 bool AddMethod(const std::string& dex_location, in AddMethod()
60 bool AddClass(const std::string& dex_location, in AddClass()
Dprofile_saver.cc505 void ProfileSaver::NotifyDexUse(const std::string& dex_location) { in NotifyDexUse()
585 const std::string& dex_location, in MaybeRecordDexUseInternal()
/art/dex2oat/
Ddex2oat_test.cc47 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()
Ddex2oat.cc1540 std::string dex_location = dex_file->GetLocation(); in Compile() local
/art/compiler/utils/
Dtest_dex_file_builder_test.cc32 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
Dtest_dex_file_builder.h82 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build()