Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1098 int where2 = pointers.mark0; in insertGapCore0w() local
1099 if (where2 == currentPos && !exclusive) in insertGapCore0w()
1103 where2 -= gapLength; in insertGapCore0w()
1105 newWhere.position = where2; in insertGapCore0w()