Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h85 return image_location_; in GetImageLocation()
155 const std::string image_location_; variable
Dimage_space.cc46 image_location_(image_location) { in ImageSpace()
/art/runtime/
Druntime.h141 return image_location_; in GetImageLocation()
535 std::string image_location_; variable
Druntime.cc691 image_location_ = options->image_; in Init()