Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java264 int existingSUIDFieldCount = 0; in visit() local
271 existingSUIDFieldCount = existing.length; in visit()
273 if (existingSUIDFieldCount > 0) in visit()
277 for (int f = 0; f < existingSUIDFieldCount; ++ f) in visit()
317 if (existingSUIDFieldCount > 0) in visit()