Home
last modified time | relevance | path

Searched refs:GetImageLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h84 const std::string GetImageLocation() const { in GetImageLocation() function
/art/runtime/
Druntime.h140 const std::string& GetImageLocation() const { in GetImageLocation() function
Dclass_linker.cc612 boot_image_option += heap->GetImageSpace()->GetImageLocation(); in GenerateOatFile()
1065 image_space->GetImageLocation().c_str(), instruction_set)); in VerifyOatImageChecksum()
1094 image_space->GetImageLocation().c_str(), instruction_set)); in VerifyOatChecksums()
1339 const std::string& image_location = space->GetImageLocation(); in OpenOatFileFromDexLocation()
1486 image_space->GetImageLocation().c_str(), isa)); in GetRequiredDelta()
1513 image_space->GetImageLocation().c_str(), isa)); in CheckOatFile()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc539 Runtime::Current()->GetImageLocation().c_str(), isa, &error_msg)); in VMRuntime_isBootClassPathOnDisk()