Searched defs:catch_method (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc1008 mirror::ArtMethod* catch_method,
1017 listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc,
1007 ExceptionCaughtEvent(Thread* thread, const ThrowLocation& throw_location, mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, mirror::Throwable* exception_object) const argument
H A Ddebugger.cc284 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object);
2849 mirror::ArtMethod* catch_method,
2857 SetEventLocation(&exception_catch_location, catch_method, catch_dex_pc);
2848 PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, mirror::Throwable* exception_object) argument

Completed in 56 milliseconds