Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1126 int where2 = pointers.mark0; in insertGapCore0w() local
1127 if (where2 == currentPos && !exclusive) in insertGapCore0w()
1131 where2 -= gapLength; in insertGapCore0w()
1133 newWhere.position = where2; in insertGapCore0w()