Searched refs:proxied_throws_idx (Results 1 – 1 of 1) sorted by relevance
5106 std::vector<size_t> proxied_throws_idx; in CreateProxyClass() local5108 proxied_throws_idx.reserve(h_methods->GetLength()); in CreateProxyClass()5114 proxied_throws_idx.push_back(idx); in CreateProxyClass()5139 for (auto [orig_idx, new_idx] : ZipCount(MakeIterationRange(proxied_throws_idx))) { in CreateProxyClass()