Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h139 bool CanRelocate() const;
142 return must_relocate_ && CanRelocate(); in ShouldRelocate()
Druntime.cc1971 bool Runtime::CanRelocate() const { in CanRelocate() function in art::Runtime