Searched refs:throws_index (Results 1 – 2 of 2) sorted by relevance
51 int throws_index = -1; in Method_getExceptionTypes() local55 throws_index = i; in Method_getExceptionTypes()60 CHECK_NE(throws_index, -1); in Method_getExceptionTypes()62 klass->GetProxyThrows()->Get(throws_index); in Method_getExceptionTypes()
138 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local140 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()142 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()