Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h147 bool CanRelocate() const;
150 return must_relocate_ && CanRelocate(); in ShouldRelocate()
Druntime.cc2689 bool Runtime::CanRelocate() const { in CanRelocate() function in art::Runtime