Searched refs:ExceptionCaught (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | trace.h | 98 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
|
D | instrumentation.h | 93 virtual void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
|
D | trace.cc | 618 void Trace::ExceptionCaught(Thread* thread, const ThrowLocation& throw_location, in ExceptionCaught() function in art::Trace
|
D | instrumentation.cc | 1017 listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc, in ExceptionCaughtEvent()
|
D | debugger.cc | 283 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location, in ExceptionCaught() function in art::FINAL
|