Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3023 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object)); in PostException() local
3025 CatchLocationFinder clf(self, h_exception, context.get()); in PostException()
3032 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()