Searched refs:fullname_to_shortname_map (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2108 my $fullname_to_shortname_map = {};
2109 FillFullnameToShortnameMap($symbols, $fullname_to_shortname_map);
2113 my @translated = TranslateStack($symbols, $fullname_to_shortname_map, $k);
2508 my $fullname_to_shortname_map = shift;
2532 next if defined($fullname_to_shortname_map->{$fullname});
2535 $fullname_to_shortname_map->{$fullname} = "$shortname\@$1";
2557 my $fullname_to_shortname_map = shift;
2589 if (defined($fullname_to_shortname_map->{$fullfunc})) {
2590 $func = $fullname_to_shortname_map->{$fullfunc};
2942 my $fullname_to_shortname_map
[all...]
/external/jemalloc/bin/
H A Dpprof2108 my $fullname_to_shortname_map = {};
2109 FillFullnameToShortnameMap($symbols, $fullname_to_shortname_map);
2113 my @translated = TranslateStack($symbols, $fullname_to_shortname_map, $k);
2508 my $fullname_to_shortname_map = shift;
2532 next if defined($fullname_to_shortname_map->{$fullname});
2535 $fullname_to_shortname_map->{$fullname} = "$shortname\@$1";
2557 my $fullname_to_shortname_map = shift;
2589 if (defined($fullname_to_shortname_map->{$fullfunc})) {
2590 $func = $fullname_to_shortname_map->{$fullfunc};
2951 my $fullname_to_shortname_map
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2108 my $fullname_to_shortname_map = {};
2109 FillFullnameToShortnameMap($symbols, $fullname_to_shortname_map);
2113 my @translated = TranslateStack($symbols, $fullname_to_shortname_map, $k);
2508 my $fullname_to_shortname_map = shift;
2532 next if defined($fullname_to_shortname_map->{$fullname});
2535 $fullname_to_shortname_map->{$fullname} = "$shortname\@$1";
2557 my $fullname_to_shortname_map = shift;
2589 if (defined($fullname_to_shortname_map->{$fullfunc})) {
2590 $func = $fullname_to_shortname_map->{$fullfunc};
2942 my $fullname_to_shortname_map
[all...]

Completed in 2410 milliseconds