HomeSort by relevance Sort by last modified time
    Searched refs:GetBaseLocation (Results 1 - 13 of 13) sorted by null

  /art/runtime/
dex_cache_resolved_classes.h 62 const std::string& GetBaseLocation() const {
dex_file.h 489 static std::string GetBaseLocation(const char* location) {
498 static std::string GetBaseLocation(const std::string& location) {
499 return GetBaseLocation(location.c_str());
514 std::string GetBaseLocation() const {
515 return GetBaseLocation(location_);
    [all...]
dex_file_test.cc 565 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar"));
566 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar!classes2.dex"));
567 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar!classes8.dex"));
class_loader_context.cc 343 bool new_insert = seen_locations.insert(dex_file->GetBaseLocation()).second;
    [all...]
oat_file_manager.cc 88 if (DexFile::GetBaseLocation(oat_dex_file->GetDexFileLocation()) == dex_base_location) {
class_loader_context_test.cc 90 std::string expected_location = expected_dex_file->GetBaseLocation();
dex_file.cc     [all...]
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_VMClassLoader.cc 138 const std::string& location(dex_file->GetBaseLocation());
  /art/runtime/jit/
profile_saver.cc 417 if (locations.find(dex_file->GetBaseLocation()) != locations.end()) {
430 if (locations.find(dex_file->GetBaseLocation()) != locations.end()) {
440 if (locations.find(dex_file->GetBaseLocation()) != locations.end()) {
443 << dex_file->GetBaseLocation()
447 VLOG(profiler) << "Location not found " << dex_file->GetBaseLocation()
    [all...]
jit_code_cache.cc     [all...]
  /art/profman/
profman.cc     [all...]

Completed in 157 milliseconds