Searched defs:catch_dex_pc (Results 1 - 3 of 3) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_throw_entrypoints.cc89 uint32_t catch_dex_pc = -1; local
95 catch_dex_pc = it.GetHandlerAddress();
108 catch_dex_pc = it.GetHandlerAddress();
117 self, throw_location, current_method, catch_dex_pc, exception);
120 &current_method->GetCodeItem()->insns_[catch_dex_pc]);
/art/runtime/
H A Dinstrumentation.cc1009 uint32_t catch_dex_pc,
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);
2850 uint32_t catch_dex_pc, mirror::Throwable* exception_object) {
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 1075 milliseconds