HomeSort by relevance Sort by last modified time
    Searched refs:must_relocate_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
parsed_options.h 51 bool must_relocate_; member in class:art::ParsedOptions
runtime.h 102 return must_relocate_ && CanRelocate();
106 return must_relocate_;
536 bool must_relocate_; member in class:art::Runtime
parsed_options.cc 230 must_relocate_ = kDefaultMustRelocate;
438 must_relocate_ = true;
440 must_relocate_ = false;
    [all...]
runtime.cc 104 must_relocate_(false),
691 must_relocate_ = options->must_relocate_;
    [all...]

Completed in 203 milliseconds