Searched refs:toEntry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DSDE.c243 jvmtiLineNumberEntry *toEntry = *tablePtr; local
266 toEntry->start_location = fromEntry->start_location;
267 toEntry->line_number = ln;
268 ++toEntry;
273 *entryCountPtr = (int)(toEntry - *tablePtr);

Completed in 34 milliseconds