Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h153 return must_relocate_ && CanRelocate(); in ShouldRelocate()
157 return must_relocate_; in MustRelocateIfPossible()
1125 bool must_relocate_; variable
Druntime.cc243 must_relocate_(false), in Runtime()
1454 must_relocate_ = runtime_options.GetOrDefault(Opt::Relocate); in Init()