Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java274 CatchHandlerList lastList = null; in annotateEntries() local
281 if (lastList != null) { in annotateEntries()
282 annotateAndConsumeHandlers(lastList, lastOffset, in annotateEntries()
286 lastList = list; in annotateEntries()
290 annotateAndConsumeHandlers(lastList, lastOffset, in annotateEntries()