Searched refs:lineEntries (Results 1 – 2 of 2) sorted by relevance
232 if (step->lineEntries != NULL) { in initState()233 jvmtiDeallocate(step->lineEntries); in initState()234 step->lineEntries = NULL; in initState()238 &step->lineEntryCount, &step->lineEntries); in initState()241 &step->lineEntryCount, &step->lineEntries); in initState()245 step->lineEntries, step->lineEntryCount); in initState()648 step->lineEntries, step->lineEntryCount); in stepControl_handleStep()
44 jvmtiLineNumberEntry *lineEntries; /* STEP_LINE */ member