Home
last modified time | relevance | path

Searched refs:firstCodeIndex (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DMethodImpl.c38 jlocation firstCodeIndex; in lineTable() local
62 error = methodLocation(method, &firstCodeIndex, &lastCodeIndex); in lineTable()
67 (void)outStream_writeLocation(out, firstCodeIndex); in lineTable()