Searched refs:Snapshot (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/
H A Dsnapshot-empty.cc37 const byte Snapshot::data_[] = { 0 };
38 const byte* Snapshot::raw_data_ = NULL;
39 const int Snapshot::size_ = 0;
40 const int Snapshot::raw_size_ = 0;
41 const byte Snapshot::context_data_[] = { 0 };
42 const byte* Snapshot::context_raw_data_ = NULL;
43 const int Snapshot::context_size_ = 0;
44 const int Snapshot::context_raw_size_ = 0;
46 const int Snapshot::new_space_used_ = 0;
47 const int Snapshot
[all...]
H A Dsnapshot-common.cc40 bool Snapshot::Deserialize(const byte* content, int len) {
47 bool Snapshot::Initialize(const char* snapshot_file) {
63 Handle<Context> Snapshot::NewContextFromSnapshot() {
H A Dsnapshot.h36 class Snapshot { class in namespace:v8::internal
86 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
H A Dapi.cc294 if (i::Snapshot::Initialize()) return true;
397 reinterpret_cast<const char*>(i::Snapshot::data());
398 compressed_data[kSnapshot].compressed_size = i::Snapshot::size();
399 compressed_data[kSnapshot].raw_size = i::Snapshot::raw_size();
402 reinterpret_cast<const char*>(i::Snapshot::context_data());
404 i::Snapshot::context_size();
405 compressed_data[kSnapshotContext].raw_size = i::Snapshot::context_raw_size();
427 ASSERT_EQ(i::Snapshot::raw_size(), decompressed_data[kSnapshot].raw_size);
428 i::Snapshot::set_raw_data(
431 ASSERT_EQ(i::Snapshot
[all...]
H A Dbootstrapper.cc2304 Handle<Context> new_context = Snapshot::NewContextFromSnapshot();
H A Dheap.cc5572 if (Snapshot::IsEnabled()) {
/external/skia/src/animator/
H A DSkSnapshot.h19 DECLARE_MEMBER_INFO(Snapshot);
H A DSkDisplayType.cpp188 CASE_NEW(Snapshot);
343 CASE_GET_INFO(Snapshot);
/external/chromium/base/
H A Dtracked_objects.h122 // purposes, we need to construct Snapshot instances for each combination of
124 // lifetimes. We gather such data into a Snapshot instances, so that such
126 // processing). Snapshot instances use pointers to constant portions of the
132 // contributes to it by adding or updating Snapshot instances. DataCollector
134 // accumulate all Snapshot instances.
252 class BASE_API Snapshot { class in namespace:tracked_objects
255 Snapshot(const BirthOnThread& birth_on_thread, const ThreadData& death_thread,
259 Snapshot(const BirthOnThread& birth_on_thread, int count);
276 void Add(const Snapshot& other);
284 // DataCollector is a container class for Snapshot an
[all...]
H A Dtracked_objects.cc541 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, function in class:tracked_objects::Snapshot
549 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, int count) function in class:tracked_objects::Snapshot
555 const std::string Snapshot::DeathThreadName() const {
561 void Snapshot::Write(std::string* output) const {
569 void Snapshot::Add(const Snapshot& other) {
623 collection_.push_back(Snapshot(*it->first, thread_data, it->second));
645 collection_.push_back(Snapshot(*i
[all...]
H A Dprocess_util.cc47 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() { function in class:base::ProcessIterator
H A Dprocess_util.h429 ProcessEntries Snapshot();
/external/chromium/net/disk_cache/
H A Dstats.h79 void Snapshot(StatsHistogram::StatsSamples* samples) const;
H A Dstats_histogram.cc78 stats_->Snapshot(&my_sample);
H A Dstats.cc267 void Stats::Snapshot(StatsHistogram::StatsSamples* samples) const { function in class:disk_cache::Stats
/external/v8/test/cctest/
H A Dtest-serialize.cc272 CHECK(Snapshot::Initialize(FLAG_testing_serialization_file));
292 if (!Snapshot::IsEnabled()) {
305 if (!Snapshot::IsEnabled()) {
318 if (!Snapshot::IsEnabled()) {
335 if (!Snapshot::IsEnabled()) {
435 if (!Snapshot::IsEnabled()) {
440 CHECK(Snapshot::Initialize(startup_name.start()));
520 if (!Snapshot::IsEnabled()) {
525 CHECK(Snapshot::Initialize(startup_name.start()));
H A Dtest-mark-compact.cc536 if (v8::internal::Snapshot::IsEnabled()) {
542 if (v8::internal::Snapshot::IsEnabled()) {
H A Dtest-api.cc2625 if (i::Snapshot::IsEnabled()) return;
2666 if (i::Snapshot::IsEnabled()) return;
2695 if (i::Snapshot::IsEnabled()) return;
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpResponseCache.java100 DiskLruCache.Snapshot snapshot;
192 DiskLruCache.Snapshot snapshot = (conditionalCacheHit instanceof EntryCacheResponse)
518 private static InputStream newBodyInputStream(final DiskLruCache.Snapshot snapshot) {
529 private final DiskLruCache.Snapshot snapshot;
532 public EntryCacheResponse(Entry entry, DiskLruCache.Snapshot snapshot) {
549 private final DiskLruCache.Snapshot snapshot;
552 public EntrySecureCacheResponse(Entry entry, DiskLruCache.Snapshot snapshot) {
/external/valgrind/main/massif/
H A Dms_main.c1065 Snapshot; typedef in typeref:struct:__anon14048
1068 static Snapshot* snapshots; // Array of snapshots.
1070 static Bool is_snapshot_in_use(Snapshot* snapshot)
1086 static Bool is_detailed_snapshot(Snapshot* snapshot)
1091 static Bool is_uncullable_snapshot(Snapshot* snapshot)
1098 static void sanity_check_snapshot(Snapshot* snapshot)
1121 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check)
1134 static void delete_snapshot(Snapshot* snapshot)
1148 Snapshot* snapshot = &snapshots[i];
1202 Snapshot* min_snapsho
[all...]
/external/okhttp/src/main/java/libcore/io/
H A DDiskLruCache.java355 public synchronized Snapshot get(String key) throws IOException {
388 return new Snapshot(key, entry.sequenceNumber, ins);
611 public final class Snapshot implements Closeable { class in class:DiskLruCache
616 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { method in class:DiskLruCache.Snapshot
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp157 m_connection->connection()->sendSync(Messages::PluginControllerProxy::Snapshot(), Messages::PluginControllerProxy::Snapshot::Reply(snapshotStoreHandle), m_pluginInstanceID);
/external/skia/src/xml/
H A DSkJSDisplayable.cpp174 JS_INIT(Sk, Snapshot)

Completed in 498 milliseconds