Lines Matching refs:stratumTable
88 private StratumTableRecord* stratumTable; variable
139 stratumTable = null; in loadDebugInfo()
203 int fileIndexStart = stratumTable[sti].fileIndex; in searchOneSourceName()
205 int fileIndexEnd = stratumTable[sti+1].fileIndex; in searchOneSourceName()
383 if ( stratumTable!=NULL ) { in assureStratumTableSize()
384 (void)memcpy(new_stratumTable, stratumTable, in assureStratumTableSize()
386 jvmtiDeallocate(stratumTable); in assureStratumTableSize()
388 stratumTable = new_stratumTable; in assureStratumTableSize()
430 if (strcmp(stratumTable[i].id, stratumId) == 0) { in stratumTableIndex()
591 if ((stratumTable[stratumIndex-1].fileIndex in storeStratum()
593 (stratumTable[stratumIndex-1].lineIndex in storeStratum()
601 stratumTable[stratumIndex].id = stratumId; in storeStratum()
602 stratumTable[stratumIndex].fileIndex = fileIndex; in storeStratum()
603 stratumTable[stratumIndex].lineIndex = lineIndex; in storeStratum()
702 lineIndexStart = stratumTable[sti].lineIndex; in stiLineTableIndex()
704 lineIndexEnd = stratumTable[sti+1].lineIndex; in stiLineTableIndex()
722 int fileIndexStart = stratumTable[sti].fileIndex; in fileTableIndex()
724 int fileIndexEnd = stratumTable[sti+1].fileIndex; in fileTableIndex()