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

/art/runtime/native/
H A Djava_lang_reflect_Method.cc41 int throws_index = -1; local
45 throws_index = i;
49 CHECK_NE(throws_index, -1);
51 proxy_class->GetThrows()->Get(throws_index);
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc319 int throws_index = -1; local
323 throws_index = i;
327 CHECK_NE(throws_index, -1);
329 proxy_class->GetThrows()->Get(throws_index);

Completed in 137 milliseconds