OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subbucket
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.cc
94
Bucket&
subbucket
= breakdown[cursor->value];
local
95
subbucket
.size += context_and_metrics.second.size;
96
subbucket
.count += context_and_metrics.second.count;
97
subbucket
.metrics_by_context.push_back(context_and_metrics);
98
subbucket
.backtrace_cursor = bucket.backtrace_cursor + 1;
99
subbucket
.is_broken_down_by_type_name =
101
DCHECK_GT(
subbucket
.size, 0u);
102
DCHECK_GT(
subbucket
.count, 0u);
109
Bucket&
subbucket
= breakdown[context->type_name];
local
110
subbucket
.size += context_and_metrics.second.size
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
symtab.go
512
// Each
subbucket
represents 256 bytes of the text segment.
513
// To find a function given a pc, locate the bucket and
subbucket
for
514
// that pc. Add together the idx and
subbucket
value to obtain a
/prebuilts/go/linux-x86/src/runtime/
symtab.go
512
// Each
subbucket
represents 256 bytes of the text segment.
513
// To find a function given a pc, locate the bucket and
subbucket
for
514
// that pc. Add together the idx and
subbucket
value to obtain a
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pcln.go
462
// for each
subbucket
, compute the minimum of all symbol indexes
463
// that map to that
subbucket
.
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pcln.go
462
// for each
subbucket
, compute the minimum of all symbol indexes
463
// that map to that
subbucket
.
Completed in 2039 milliseconds