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 51 int throws_index = -1; local
55 throws_index = i;
60 CHECK_NE(throws_index, -1);
62 klass->GetProxyThrows()->Get(throws_index);
  /art/runtime/entrypoints/
entrypoint_utils.cc 138 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - local
140 CHECK_LT(throws_index, static_cast<int>(num_virtuals));
142 proxy_class->GetProxyThrows()->Get(throws_index);

Completed in 226 milliseconds