HomeSort by relevance Sort by last modified time
    Searched refs:throws_index (Results 1 - 2 of 2) sorted by null

  /art/runtime/native/
java_lang_reflect_Method.cc 47 int throws_index = -1; local
51 throws_index = i;
55 CHECK_NE(throws_index, -1);
57 proxy_class->GetThrows()->Get(throws_index);
  /art/runtime/entrypoints/
entrypoint_utils.cc 382 int throws_index = -1; local
386 throws_index = i;
390 CHECK_NE(throws_index, -1);
391 mirror::ObjectArray<mirror::Class>* declared_exceptions = proxy_class->GetThrows()->Get(throws_index);

Completed in 180 milliseconds