HomeSort by: relevance | last modified time | path
    Searched refs:last_touched_line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 1735 my $last_touched_line = -1; # To detect gaps in disassembly for a line
1791 if ($line != $last_touched_line && $disasm{$line} ne '') {
1796 $last_touched_line = $line;
1805 if ($lastline != $last_touched_line && $disasm{$lastline} ne '') {
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1720 my $last_touched_line = -1; # To detect gaps in disassembly for a line
1776 if ($line != $last_touched_line && $disasm{$line} ne '') {
1781 $last_touched_line = $line;
1790 if ($lastline != $last_touched_line && $disasm{$lastline} ne '') {

Completed in 173 milliseconds