Home
last modified time | relevance | path

Searched refs:counters_file_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h455 static base::OS::MemoryMappedFile* counters_file_; variable
Dd8.cc251 base::OS::MemoryMappedFile* Shell::counters_file_ = NULL; member in v8::Shell
996 counters_file_ = base::OS::MemoryMappedFile::create( in MapCounters()
998 void* memory = (counters_file_ == NULL) ? in MapCounters()
999 NULL : counters_file_->memory(); in MapCounters()
1352 delete counters_file_; in OnExit()