Home | History | Annotate | Download | only in bin

Lines Matching full:"$ position"

3594   my $position = shift;
3597 $position = 0 | ($position << 1);
3598 TryCollectProfile($maxlevel, $level, $position);
3601 $position = 1 | ($position << 1);
3602 TryCollectProfile($maxlevel, $level, $position);
3612 my $position = shift;
3615 if ($position < scalar(@main::pfile_args)) {
3616 FetchDynamicProfile($main::prog, $main::pfile_args[$position], 0, 0);
3619 FetchDynamicProfilesRecurse($maxlevel, $level+1, $position);