OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Snapshot
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
snapshot.h
34
class
Snapshot
{
36
// Initialize the VM from the given
snapshot
file. If snapshot_file is
37
// NULL, use the internal
snapshot
instead. Returns false if no
snapshot
41
// Create a new context using the internal partial
snapshot
.
44
// Returns whether or not the
snapshot
is enabled.
47
// Write
snapshot
to the given file. Returns true if
snapshot
was written
66
DISALLOW_IMPLICIT_CONSTRUCTORS(
Snapshot
);
/external/chromium/net/disk_cache/
stats.cc
218
void Stats::
Snapshot
(StatsHistogram::StatsSamples* samples) const {
/external/chromium/base/
tracked_objects.cc
269
//
snapshot
it (but they lock before copying it).
487
Snapshot
::
Snapshot
(const BirthOnThread& birth_on_thread,
495
Snapshot
::
Snapshot
(const BirthOnThread& birth_on_thread, int count)
501
const std::string
Snapshot
::DeathThreadName() const {
507
void
Snapshot
::Write(std::string* output) const {
515
void
Snapshot
::Add(const
Snapshot
& other) {
566
collection_.push_back(
Snapshot
(*it->first, thread_data, it->second))
[
all
...]
tracked_objects.h
121
// purposes, we need to construct
Snapshot
instances for each combination of
123
// lifetimes. We gather such data into a
Snapshot
instances, so that such
125
// processing).
Snapshot
instances use pointers to constant portions of the
131
// contributes to it by adding or updating
Snapshot
instances. DataCollector
133
// accumulate all
Snapshot
instances.
139
//
snapshot
instances, and are used to print sub-totals in an about:objects
252
class
Snapshot
{
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)
[
all
...]
Completed in 3895 milliseconds