OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throws_index
(Results
1 - 2
of
2
) sorted by null
/art/runtime/native/
java_lang_reflect_Method.cc
41
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/
entrypoint_utils.cc
319
int
throws_index
= -1;
local
323
throws_index
= i;
327
CHECK_NE(
throws_index
, -1);
329
proxy_class->GetThrows()->Get(
throws_index
);
Completed in 208 milliseconds