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 52 int throws_index = -1; local
56 throws_index = i;
61 CHECK_NE(throws_index, -1);
63 klass->GetProxyThrows()->Get(throws_index);
  /art/runtime/entrypoints/
entrypoint_utils.cc 141 int throws_index = (reinterpret_cast<uintptr_t>(proxy_method) - local
143 CHECK_LT(throws_index, static_cast<int>(num_virtuals));
145 proxy_class->GetProxyThrows()->Get(throws_index);

Completed in 125 milliseconds