HomeSort by relevance Sort by last modified time
    Searched refs:lineEntries (Results 1 - 2 of 2) sorted by null

  /external/oj-libjdwp/src/share/back/
stepControl.h 44 jvmtiLineNumberEntry *lineEntries; /* STEP_LINE */
stepControl.c 232 if (step->lineEntries != NULL) {
233 jvmtiDeallocate(step->lineEntries);
234 step->lineEntries = NULL;
238 &step->lineEntryCount, &step->lineEntries);
241 &step->lineEntryCount, &step->lineEntries);
245 step->lineEntries, step->lineEntryCount);
648 step->lineEntries, step->lineEntryCount);
872 * or step->lineEntries here, they will likely

Completed in 52 milliseconds