HomeSort by relevance Sort by last modified time
    Searched full:new_space_used_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
snapshot-common.cc 67 HEAP->ReserveSpace(new_space_used_,
snapshot-empty.cc 46 const int Snapshot::new_space_used_ = 0; member in class:v8::internal::Snapshot
snapshot.h 72 static const int new_space_used_; member in class:v8::internal::Snapshot
mksnapshot.cc 173 fprintf(fp_, "const int Snapshot::new_space_used_ = %d;\n", new_space_used);

Completed in 91 milliseconds