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_;
768 bool profile_present_; member in class:art::CompilerDriver
    [all...]
compiler_driver.cc 344 profile_present_(false), compiler_options_(compiler_options),
399 profile_present_ = profile_file_.LoadFile(profile_file);
400 if (profile_present_) {
    [all...]

Completed in 43 milliseconds