Searched defs:AddressSub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1271 my $offset = AddressSub($lib->[1], $lib->[3]);
1276 my $length = hex(AddressSub($end_addr, $start_addr));
1397 my $offset = AddressSub($lib->[1], $lib->[3]);
1402 my $length = hex(AddressSub($end_addr, $start_addr));
3785 $fixedaddrs[$i] = AddressSub($addrs[$i], "0x1");
4222 # offset may still be 8. But AddressSub below will still handle that.
4380 my $vma_offset = AddressSub($text->{vma}, $text->{file_offset});
4469 sub AddressSub { subroutine
4481 # if ($main::opt_debug) { print STDERR "AddressSub $addr1 - $addr2 = "; }
4610 MapToSymbols($libname, AddressSub(
[all...]
/external/jemalloc/bin/
H A Dpprof1271 my $offset = AddressSub($lib->[1], $lib->[3]);
1276 my $length = hex(AddressSub($end_addr, $start_addr));
1397 my $offset = AddressSub($lib->[1], $lib->[3]);
1402 my $length = hex(AddressSub($end_addr, $start_addr));
3794 $fixedaddrs[$i] = AddressSub($addrs[$i], "0x1");
4235 # offset may still be 8. But AddressSub below will still handle that.
4406 my $vma_offset = AddressSub($text->{vma}, $text->{file_offset});
4496 sub AddressSub { subroutine
4508 # if ($main::opt_debug) { print STDERR "AddressSub $addr1 - $addr2 = "; }
4643 MapToSymbols($libname, AddressSub(
[all...]

Completed in 46 milliseconds