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.cc610 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
Ddebugger.h506 static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
Ddebugger.cc280 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
283 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object); in ExceptionCaught()
2810 mirror::ArtMethod* catch_method, in PostException() argument
2818 SetEventLocation(&exception_catch_location, catch_method, catch_dex_pc); in PostException()