Searched refs:toEntry (Results 1 – 1 of 1) sorted by relevance
249 jvmtiLineNumberEntry *toEntry = *tablePtr; in convertLineNumberTable() local272 toEntry->start_location = fromEntry->start_location; in convertLineNumberTable()273 toEntry->line_number = ln; in convertLineNumberTable()274 ++toEntry; in convertLineNumberTable()279 *entryCountPtr = (int)(toEntry - *tablePtr); in convertLineNumberTable()