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

  /art/compiler/jit/
jit_logger.cc 46 perf_file_.reset(OS::CreateEmptyFileWriteOnly(perf_filename.c_str()));
47 if (perf_file_ == nullptr) {
54 if (perf_file_ != nullptr) {
66 bool res = perf_file_->WriteFully(str.c_str(), str.size());
76 if (perf_file_ != nullptr) {
77 UNUSED(perf_file_->Flush());
78 UNUSED(perf_file_->Close());
jit_logger.h 126 std::unique_ptr<File> perf_file_; member in class:art::jit::JitLogger

Completed in 289 milliseconds