Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java92 final MethodHandle mismtch; field in EqualsCompareTest.BufferType
106mismtch = lookup.findVirtual(bufferType, "mismatch", MethodType.methodType(int.class, bufferType)); in BufferType()
196 return (int) mismtch.invoke(a, b); in mismatch()