Searched refs:throws_index (Results 1 – 2 of 2) sorted by relevance
42 int throws_index = -1; in Method_getExceptionTypesNative() local46 throws_index = i; in Method_getExceptionTypesNative()51 CHECK_NE(throws_index, -1); in Method_getExceptionTypesNative()53 proxy_class->GetThrows()->Get(throws_index); in Method_getExceptionTypesNative()
302 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local304 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()306 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()