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

  /art/compiler/driver/
compiler_driver.h 151 return profile_present_;
615 bool profile_present_; member in class:art::CompilerDriver
    [all...]
compiler_driver.cc 361 profile_present_(false), compiler_options_(compiler_options),
405 profile_present_ = profile_file_.LoadFile(profile_file);
406 if (profile_present_) {
    [all...]

Completed in 97 milliseconds