Searched refs:hpc (Results 1 – 1 of 1) sorted by relevance
2874 int hpc = hargs.size(), tpc = targs.size(); in catchException() local2875 if (hpc >= tpc || !targs.subList(0, hpc).equals(hargs)) in catchException()