Home
last modified time | relevance | path

Searched refs:is_method_exit_exception (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.h52 void FindCatch(ObjPtr<mirror::Throwable> exception, bool is_method_exit_exception)
H A Dquick_exception_handler.cc180 bool is_method_exit_exception) { in FindCatch() argument
188 bool skip_top_unwind_callback = is_method_exit_exception; in FindCatch()
H A Dthread.h730 std::unique_ptr<Context> QuickDeliverException(bool is_method_exit_exception = false)