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.cc42 int throws_index = -1; in Method_getExceptionTypesNative() local
46 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()
/art/runtime/entrypoints/
Dentrypoint_utils.cc302 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local
304 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()
306 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()