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.cc51 int throws_index = -1; in Method_getExceptionTypes() local
55 throws_index = i; in Method_getExceptionTypes()
60 CHECK_NE(throws_index, -1); in Method_getExceptionTypes()
62 klass->GetProxyThrows()->Get(throws_index); in Method_getExceptionTypes()
/art/runtime/entrypoints/
Dentrypoint_utils.cc138 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - in InvokeProxyInvocationHandler() local
140 CHECK_LT(throws_index, static_cast<int>(num_virtuals)); in InvokeProxyInvocationHandler()
142 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()