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()63 hs.NewHandle(klass->GetProxyThrows()->Get(throws_index)); in Method_getExceptionTypes()
155 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local157 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()159 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()