Lines Matching refs:instructions
1534 # After this routine has run, each entry in $instructions contains:
1543 my ($lib, $offset, $instructions) = @_;
1545 for (my $i = 0; $i <= $#{$instructions}; $i++) {
1546 push(@{$pcs}, $instructions->[$i]->[0]);
1550 for (my $i = 0; $i <= $#{$instructions}; $i++) {
1551 my $e = $instructions->[$i];
1577 # Disassemble all instructions (just to get line numbers)
1578 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1579 GetTopLevelLineNumbers($prog, $offset, \@instructions);
1584 for (my $i = 0; $i <= $#instructions; $i++) {
1585 if ($instructions[$i]->[2] >= 0) {
1586 $filename = $instructions[$i]->[1];
1601 for (my $i = 0; $i <= $#instructions; $i++) {
1602 my $f = $instructions[$i]->[1];
1603 my $l = $instructions[$i]->[2];
1612 for (my $i = 0; $i <= $#instructions; $i++) {
1613 if ($instructions[$i]->[1] eq $filename) {
1614 $firstline = $instructions[$i]->[2];
1671 foreach my $e (@instructions) {
1869 # Disassemble all instructions
1870 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1877 foreach my $e (@instructions) {
1900 # Process instructions in order
1902 for (my $i = 0; $i <= $#instructions; ) {
1903 my $e = $instructions[$i];
1929 # Find run of instructions for this range of source lines
1931 while (($i <= $#instructions) &&
1932 ($instructions[$i]->[2] >= $first_line) &&
1933 ($instructions[$i]->[2] <= $last_line)) {
1934 $e = $instructions[$i];
1959 my $e = $instructions[$x];
3629 # are instructions to pprof, which pprof executes when reading the