Searched refs:throws_index (Results 1 – 2 of 2) sorted by relevance
41 int throws_index = -1; in Method_getExceptionTypesNative() local45 throws_index = i; in Method_getExceptionTypesNative()49 CHECK_NE(throws_index, -1); in Method_getExceptionTypesNative()51 proxy_class->GetThrows()->Get(throws_index); in Method_getExceptionTypesNative()
319 int throws_index = -1; in InvokeProxyInvocationHandler() local323 throws_index = i; in InvokeProxyInvocationHandler()327 CHECK_NE(throws_index, -1); in InvokeProxyInvocationHandler()329 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()