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

  /external/v8/src/
snapshot.h 32 static int context_size() { return context_size_; }
60 static const int context_size_; member in class:v8::internal::Snapshot
snapshot-empty.cc 20 const int Snapshot::context_size_ = 0; member in class:v8::internal::Snapshot
snapshot-common.cc 55 if (context_size_ == 0) {

Completed in 234 milliseconds