Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h98 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
Dinstrumentation.h93 virtual void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
Dtrace.cc618 void Trace::ExceptionCaught(Thread* thread, const ThrowLocation& throw_location, in ExceptionCaught() function in art::Trace
Dinstrumentation.cc1017 listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc, in ExceptionCaughtEvent()
Ddebugger.cc283 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location, in ExceptionCaught() function in art::FINAL