Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2874 int hpc = hargs.size(), tpc = targs.size(); in catchException() local
2875 if (hpc >= tpc || !targs.subList(0, hpc).equals(hargs)) in catchException()