Home | History | Annotate | Download | only in bytecode

Lines Matching full:line

236     unsigned line;
254 return (leftLineCount->line > rightLineCount->line) ? 1 : (leftLineCount->line < rightLineCount->line) ? -1 : 0;
345 printf(" Opcode and line number samples [*]\n\n");
350 unsigned line = codeBlock->lineNumberForBytecodeOffset(exec, op);
351 lineCounts.set(line, (lineCounts.contains(line) ? lineCounts.get(line) : 0) + count);
360 lineCountInfo[lineno].line = iter->first;
367 printf(" Line #%d has sample count %d.\n", lineCountInfo[lineno].line, lineCountInfo[lineno].count);
371 printf(" Samples on a call / return boundary are not charged to a specific opcode or line.\n\n");