OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iter_exception_type
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc
100
mirror::Class*
iter_exception_type
=
local
102
if (UNLIKELY(
iter_exception_type
== NULL)) {
107
} else if (
iter_exception_type
->IsAssignableFrom(exception_type)) {
/art/runtime/mirror/
art_method.cc
234
Class*
iter_exception_type
= mh.GetClassFromTypeIdx(iter_type_idx);
local
235
if (UNLIKELY(
iter_exception_type
== nullptr)) {
245
} else if (
iter_exception_type
->IsAssignableFrom(exception_type.Get())) {
Completed in 32 milliseconds