Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
snapshot.h | 62 static int context_size() { return context_size_; } 90 static const int context_size_; member in class:v8::internal::Snapshot |
snapshot-empty.cc | 43 const int Snapshot::context_size_ = 0; member in class:v8::internal::Snapshot |
snapshot-common.cc | 129 if (context_size_ == 0) { |
/external/v8/src/ | |
snapshot.h | 60 static int context_size() { return context_size_; } 81 static const int context_size_; member in class:v8::internal::Snapshot |
snapshot-empty.cc | 43 const int Snapshot::context_size_ = 0; member in class:v8::internal::Snapshot |
snapshot-common.cc | 64 if (context_size_ == 0) { |