Home
last modified time | relevance | path

Searched refs:Snapshot (Results 1 – 25 of 56) sorted by relevance

123

/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Dsnapshot.js6 exports.Snapshot = void 0;
18 class Snapshot extends base_1.Signed { class
21 this.type = base_1.MetadataKind.Snapshot;
25 if (!(other instanceof Snapshot)) {
43 return new Snapshot({
50 exports.Snapshot = Snapshot;
Dindex.js3 exports.Timestamp = exports.Targets = exports.Snapshot = exports.Signature = exports.Root = exports…
20 …perty(exports, "Snapshot", { enumerable: true, get: function () { return snapshot_1.Snapshot; } });
Dmetadata.js136 case base_1.MetadataKind.Snapshot:
137 signedObj = snapshot_1.Snapshot.fromJSON(signed);
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc134 bool Snapshot::SnapshotIsValid(const v8::StartupData* snapshot_blob) { in SnapshotIsValid()
139 bool Snapshot::HasContextSnapshot(Isolate* isolate, size_t index) { in HasContextSnapshot()
149 bool Snapshot::VersionIsValid(const v8::StartupData* data) { in VersionIsValid()
161 bool Snapshot::Initialize(Isolate* isolate) { in Initialize()
195 MaybeHandle<Context> Snapshot::NewContextFromSnapshot( in NewContextFromSnapshot()
227 void Snapshot::ClearReconstructableDataForSerialization( in ClearReconstructableDataForSerialization()
305 void Snapshot::SerializeDeserializeAndVerifyForTesting( in SerializeDeserializeAndVerifyForTesting()
318 Snapshot::SerializerFlags flags( in SerializeDeserializeAndVerifyForTesting()
319 Snapshot::kAllowUnknownExternalReferencesForTesting | in SerializeDeserializeAndVerifyForTesting()
320 Snapshot::kAllowActiveIsolateForTesting | in SerializeDeserializeAndVerifyForTesting()
[all …]
Dsnapshot-external.cc30 DCHECK(Snapshot::SnapshotIsValid(snapshot_blob)); in SetSnapshotFromFile()
35 const v8::StartupData* Snapshot::DefaultSnapshotBlob() { in DefaultSnapshotBlob()
Dserializer.h176 Serializer(Isolate* isolate, Snapshot::SerializerFlags flags);
310 return (flags_ & Snapshot::kAllowUnknownExternalReferencesForTesting) != 0; in allow_unknown_external_references_for_testing()
313 return (flags_ & Snapshot::kAllowActiveIsolateForTesting) != 0; in allow_active_isolate_for_testing()
318 Snapshot::kReconstructReadOnlyAndSharedObjectCachesForTesting) != 0; in reconstruct_read_only_and_shared_object_caches_for_testing()
406 const Snapshot::SerializerFlags flags_;
Dsnapshot-empty.cc24 const v8::StartupData* Snapshot::DefaultSnapshotBlob() { return nullptr; } in DefaultSnapshotBlob()
Dread-only-serializer.h21 ReadOnlySerializer(Isolate* isolate, Snapshot::SerializerFlags flags);
Dcontext-serializer.h19 ContextSerializer(Isolate* isolate, Snapshot::SerializerFlags flags,
Dshared-heap-serializer.h22 SharedHeapSerializer(Isolate* isolate, Snapshot::SerializerFlags flags,
Droots-serializer.h27 RootsSerializer(Isolate* isolate, Snapshot::SerializerFlags flags,
Droots-serializer.cc16 Snapshot::SerializerFlags flags, in RootsSerializer()
Dstartup-serializer.h23 StartupSerializer(Isolate* isolate, Snapshot::SerializerFlags flags,
/third_party/benchmark/test/
Dperf_counters_gtest.cc92 EXPECT_TRUE(counters.Snapshot(&values1)); in TEST()
95 EXPECT_TRUE(counters.Snapshot(&values2)); in TEST()
109 EXPECT_TRUE(counters.Snapshot(&values1)); in TEST()
113 EXPECT_TRUE(counters.Snapshot(&values2)); in TEST()
131 EXPECT_TRUE(counters[0].Snapshot(&values)); in TEST()
132 EXPECT_TRUE(counters[1].Snapshot(&values)); in TEST()
230 counters.Snapshot(before); in measure()
232 counters.Snapshot(after); in measure()
/third_party/typescript/tests/baselines/reference/
DdeeplyNestedCheck.symbols14 interface Snapshot<T> extends DataSnapshot {
15 >Snapshot : Symbol(Snapshot, Decl(deeplyNestedCheck.ts, 4, 1))
19 child<U extends Extract<keyof T, string>>(path: U): Snapshot<T[U]>;
20 >child : Symbol(Snapshot.child, Decl(deeplyNestedCheck.ts, 6, 44))
26 >Snapshot : Symbol(Snapshot, Decl(deeplyNestedCheck.ts, 4, 1))
DdeeplyNestedCheck.js8 interface Snapshot<T> extends DataSnapshot {
9 child<U extends Extract<keyof T, string>>(path: U): Snapshot<T[U]>;
DdeeplyNestedCheck.types10 interface Snapshot<T> extends DataSnapshot {
11 child<U extends Extract<keyof T, string>>(path: U): Snapshot<T[U]>;
12 >child : <U extends Extract<keyof T, string>>(path: U) => Snapshot<T[U]>
DdeeplyNestedCheck.errors.txt13 interface Snapshot<T> extends DataSnapshot {
14 child<U extends Extract<keyof T, string>>(path: U): Snapshot<T[U]>;
/third_party/python/Doc/library/
Dtracemalloc.rst73 See :meth:`Snapshot.statistics` for more options.
116 the :meth:`Snapshot.dump` method to analyze the snapshot offline. Then use the
117 :meth:`Snapshot.load` method reload the snapshot.
250 See :meth:`Snapshot.statistics` for more options.
378 :meth:`Snapshot.compare_to` and :meth:`Snapshot.statistics` methods.
408 :class:`Snapshot` instance.
503 :func:`get_traceback_limit` function and :attr:`Snapshot.traceback_limit`
525 Snapshot section in API
528 .. class:: Snapshot
530 Snapshot of traces of memory blocks allocated by Python.
[all …]
/third_party/benchmark/src/
Dperf_counters.h121 BENCHMARK_ALWAYS_INLINE bool Snapshot(PerfCounterValues* values) const { in Snapshot() function
162 valid_read_ &= counters_.Snapshot(&start_values_); in Start()
174 valid_read_ &= counters_.Snapshot(&end_values_); in Stop()
/third_party/typescript/tests/cases/compiler/
DdeeplyNestedCheck.ts7 interface Snapshot<T> extends DataSnapshot { interface
8 child<U extends Extract<keyof T, string>>(path: U): Snapshot<T[U]>;
/third_party/node/deps/v8/src/ast/
Dscopes.h113 class Snapshot final {
115 inline explicit Snapshot(Scope* scope);
118 Snapshot(const Snapshot&) = delete;
119 Snapshot(Snapshot&&) = delete;
121 ~Snapshot() {
1365 Scope::Snapshot::Snapshot(Scope* scope)
/third_party/node/deps/npm/node_modules/tuf-js/dist/
Dstore.js106 const newSnapshot = models_1.Metadata.fromJSON(models_1.MetadataKind.Snapshot, data);
107 if (newSnapshot.signed.type != models_1.MetadataKind.Snapshot) {
111 this.root.verifyDelegate(models_1.MetadataKind.Snapshot, newSnapshot);
Dupdater.js203 const data = this.loadLocalMetadata(models_1.MetadataKind.Snapshot);
222 this.persistMetadata(models_1.MetadataKind.Snapshot, bytesData);
/third_party/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi562 …leTable::AddToSnapshot(void const*, HeapProfileTable::AllocValue*, HeapProfileTable::Snapshot*) -->
570 <!-- HeapProfileTable::NonLiveSnapshot(HeapProfileTable::Snapshot*) -->
572 <!-- HeapProfileTable::ReleaseSnapshot(HeapProfileTable::Snapshot*) -->
584 <!-- HeapProfileTable::Snapshot::ReportLeaks(char const*, char const*, bool) -->
586 …<!-- HeapProfileTable::Snapshot::ReportObject(void const*, HeapProfileTable::AllocValue*, char*) -…
588 …<!-- HeapProfileTable::Snapshot::ReportCallback(void const*, HeapProfileTable::AllocValue*, HeapPr…
590 <!-- HeapProfileTable::Snapshot::ReportIndividualObjects() -->
1048Snapshot::Entry>, std::_Select1st<std::pair<HeapProfileBucket* const, HeapProfileTable::Snapshot::…
1050Snapshot::Entry>, std::_Select1st<std::pair<HeapProfileBucket* const, HeapProfileTable::Snapshot::…
1052Snapshot::Entry>, std::_Select1st<std::pair<HeapProfileBucket* const, HeapProfileTable::Snapshot::…
[all …]

123