Searched refs:throws_index (Results 1 – 2 of 2) sorted by relevance
52 int throws_index = -1; in Method_getExceptionTypes() local56 throws_index = i; in Method_getExceptionTypes()61 CHECK_NE(throws_index, -1); in Method_getExceptionTypes()64 hs.NewHandle(klass->GetProxyThrows()->Get(throws_index)); in Method_getExceptionTypes()
141 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local143 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()145 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()