OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retainers
(Results
1 - 6
of
6
) sorted by null
/external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js
264
// The second and subsequent levels of heap snapshot nodes represent
retainers
,
585
return !this.isEmptySet(this.
retainers
);
597
this.produceDiff(this.baseRetainers, this.
retainers
, function(baseItem, snapshotItem) {
765
snapshotEntry = { cons: baseEntry.cons, count: 0, size: 0,
retainers
: {} };
769
this.
retainers
= snapshotEntry.
retainers
;
772
baseEntry = { count: 0, size: 0,
retainers
: {} };
777
this.baseRetainers = baseEntry.
retainers
;
850
this.
retainers
= this._calculateRetainers(this.snapshotView.profile, snapshotEntry.clusters);
876
var
retainers
= {}
[
all
...]
ProfilerProcessor.js
485
cons: item, count: number, size: size,
retainers
: {}
502
if (!(consName in entry.
retainers
))
503
entry.
retainers
[consName] = { cons: consName, count: 0, clusters: {} };
504
var retainer = entry.
retainers
[consName];
515
cons: item,
retainers
: {}
/external/v8/src/
heap-profiler.cc
167
// A printer interface implementation for the
Retainers
profile.
171
const StringStream&
retainers
) {
176
*(stream.ToCString()), *(
retainers
.ToCString())));
255
// Visitor for printing
retainers
tree. Aggregates equivalent retainer clusters.
283
// A helper class for building a
retainers
tree, that aggregates
567
// Print clusters that have no equivalents, aggregating their
retainers
.
heap-profiler.h
245
const StringStream&
retainers
) = 0;
/external/v8/test/cctest/
test-heap-profiler.cc
320
const i::StringStream&
retainers
) {
322
stream_.Add("%s", *(
retainers
.ToCString()));
381
// The order of
retainers
is unspecified, so we check string length, and
/external/webkit/WebCore/loader/icon/
IconDatabase.cpp
469
LOG(IconDatabase, "No more
retainers
for PageURL %s", urlForLogging(pageURLOriginal).ascii().data());
[
all
...]
Completed in 83 milliseconds