Home
last modified time | relevance | path

Searched refs:dex_location (Results 26 – 36 of 36) sorted by relevance

12

/art/libdexfile/dex/
Dtest_dex_file_builder.h85 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build() argument
240 dex_location, in Build()
/art/profman/
Dprofile_assistant_test.cc234 const std::string& dex_location) { in CreateProfile() argument
245 argv_str.push_back("--apk=" + dex_location); in CreateProfile()
246 argv_str.push_back("--dex-location=" + dex_location); in CreateProfile()
1330 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() argument
1331 return (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d1.GetLocation()) in TEST_F()
1333 || (dex_location == ProfileCompilationInfo::GetProfileDexFileBaseKey(d2.GetLocation()) in TEST_F()
Dprofman.cc434 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey()
435 : dex_location_(dex_location), checksum_(checksum) {} in ProfileFilterKey()
/art/runtime/
Dcommon_runtime_test.cc445 for (const std::string& dex_location : dex_locations) { in CompileBootImage() local
446 argv.push_back("--dex-location=" + dex_location); in CompileBootImage()
Doat_file.h303 const OatDexFile* GetOatDexFile(const char* dex_location,
Druntime.cc1127 const char* dex_location = dex_locations[i].c_str(); in OpenBootDexFiles() local
1136 dex_location, in OpenBootDexFiles()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1005 [&dex1 = dex1, &dex3 = dex3](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() argument
1006 return (dex_location == dex1->GetLocation() && checksum == dex1->GetLocationChecksum()) in TEST_F()
1007 || (dex_location == dex3->GetLocation() && checksum == dex3->GetLocationChecksum()); in TEST_F()
1169 [&dex2 = dex2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() argument
1170 return (dex_location == dex2->GetLocation() && checksum == dex2->GetLocationChecksum()); in TEST_F()
/art/dex2oat/
Ddex2oat.cc2080 std::string dex_location = dex_file->GetLocation(); in Compile() local
2085 dex_location = dex_location.substr(last_slash + 1); in Compile()
2089 if (android::base::StartsWith(dex_location, filter.c_str())) { in Compile()
/art/runtime/jit/
Djit.cc826 static std::string GetProfileFile(const std::string& dex_location) { in GetProfileFile() argument
831 return dex_location + ".prof"; in GetProfileFile()
/art/openjdkjvmti/
Dti_stack.cc113 jlong dex_location = (dex_pc == art::dex::kDexNoIndex) ? -1 : static_cast<jlong>(dex_pc); in VisitFrame() local
115 jvmtiFrameInfo info = { id, dex_location }; in VisitFrame()
/art/runtime/gc/space/
Dimage_space.cc2146 auto collect_fn = [&dex_locations](const std::string& dex_location, in CompileExtension()
2148 dex_locations.insert(dex_location); // Just collect locations. in CompileExtension()

12