Searched refs:counters_file_ (Results 1 – 2 of 2) sorted by relevance
460 static base::OS::MemoryMappedFile* counters_file_; variable
402 base::OS::MemoryMappedFile* Shell::counters_file_ = NULL; member in v8::Shell1344 counters_file_ = base::OS::MemoryMappedFile::create( in MapCounters()1346 void* memory = (counters_file_ == NULL) ? in MapCounters()1347 NULL : counters_file_->memory(); in MapCounters()1810 delete counters_file_; in OnExit()