Home
last modified time | relevance | path

Searched refs:ShouldRelocate (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h143 bool ShouldRelocate() const { in ShouldRelocate() function
/art/runtime/gc/space/
Dimage_space.cc260 if (Runtime::Current()->ShouldRelocate()) { in ReadImageHeader()
415 bool relocate = Runtime::Current()->ShouldRelocate(); in CreateBootImage()