Searched refs:ShouldRelocate (Results 1 – 3 of 3) sorted by relevance
302 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate(); in CopyProfileFile()523 bool should_relocate_if_possible = Runtime::Current()->ShouldRelocate(); in CopyProfileFile()
302 if (Runtime::Current()->ShouldRelocate()) { in ReadImageHeader()392 bool relocate = Runtime::Current()->ShouldRelocate(); in Create()
101 bool ShouldRelocate() const { in ShouldRelocate() function