Home
last modified time | relevance | path

Searched refs:context_cell_space_used_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dsnapshot-empty.cc36 const int Snapshot::context_cell_space_used_ = 0; member in v8::internal::Snapshot
Dsnapshot.h63 static const int context_cell_space_used_; variable
Dsnapshot-common.cc118 deserializer.set_reservation(CELL_SPACE, context_cell_space_used_); in NewContextFromSnapshot()