Searched refs:counters_file_ (Results 1 – 2 of 2) sorted by relevance
549 static base::OS::MemoryMappedFile* counters_file_; variable
403 base::OS::MemoryMappedFile* Shell::counters_file_ = nullptr; member in v8::Shell1621 counters_file_ = base::OS::MemoryMappedFile::create( in MapCounters()1624 (counters_file_ == nullptr) ? nullptr : counters_file_->memory(); in MapCounters()2148 delete counters_file_; in OnExit()