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.cc52 int throws_index = -1; in Method_getExceptionTypes() local
56 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()
/art/runtime/entrypoints/
Dentrypoint_utils.cc141 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local
143 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()
145 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()