Home | History | Annotate | Download | only in editor

Lines Matching refs:startPC

1008             int startPC = lineNumberInfo.u2startPC;
1009 if (startPC < codeLength &&
1010 (index == 0 || startPC > lineNumberInfos[index-1].u2startPC))