Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1015 int mark0, mark; field in CodeIterator.Pointers
1025 mark0 = m0; in Pointers()
1041 if (where < mark0 || (where == mark0 && exclusive)) in shiftPc()
1042 mark0 += gapLength; in shiftPc()
1126 int where2 = pointers.mark0; in insertGapCore0w()
/external/okio/samples/src/jvmTest/java/okio/samples/
DSourceMarkerTest.java149 @Test public void mark0() throws Exception { in mark0() method in SourceMarkerTest