Home
last modified time | relevance | path

Searched refs:throws_index (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Method.cc41 int throws_index = -1; in Method_getExceptionTypesNative() local
45 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()
/art/runtime/entrypoints/
Dentrypoint_utils.cc319 int throws_index = -1; in InvokeProxyInvocationHandler() local
323 throws_index = i; in InvokeProxyInvocationHandler()
327 CHECK_NE(throws_index, -1); in InvokeProxyInvocationHandler()
329 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()