OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCheckedException
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
throwable.h
44
bool
IsCheckedException
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
throwable.cc
44
bool Throwable::
IsCheckedException
() const {
/art/runtime/entrypoints/
entrypoint_utils.cc
374
if (exception->
IsCheckedException
()) {
Completed in 270 milliseconds