Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h99 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
Dinstrumentation.h94 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
314 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
Dinstrumentation.cc1008 mirror::ArtMethod* catch_method, in ExceptionCaughtEvent() argument
1017 listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc, in ExceptionCaughtEvent()
Dtrace.cc619 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
Ddebugger.h510 static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
Ddebugger.cc284 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object); in ExceptionCaught()
2849 mirror::ArtMethod* catch_method, in PostException() argument
2857 SetEventLocation(&exception_catch_location, catch_method, catch_dex_pc); in PostException()