Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc302 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate(); in CopyProfileFile()
523 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate(); in CopyProfileFile()
/art/runtime/gc/space/
Dimage_space.cc302 if (Runtime::Current()->ShouldRelocate()) { in ReadImageHeader()
392 bool relocate = Runtime::Current()->ShouldRelocate(); in Create()
/art/runtime/
Druntime.h101 bool ShouldRelocate() const { in ShouldRelocate() function