Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h51 bool must_relocate_; variable
Druntime.h102 return must_relocate_ && CanRelocate(); in ShouldRelocate()
106 return must_relocate_; in MustRelocateIfPossible()
525 bool must_relocate_; variable
Dparsed_options.cc231 must_relocate_ = kDefaultMustRelocate; in Parse()
439 must_relocate_ = true; in Parse()
441 must_relocate_ = false; in Parse()
Druntime.cc104 must_relocate_(false), in Runtime()
675 must_relocate_ = options->must_relocate_; in Init()