Searched refs:catch_dex_pc (Results 1 – 7 of 7) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_throw_entrypoints.cc | 89 uint32_t catch_dex_pc = -1; in art_portable_find_catch_block_from_code() local 95 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code() 108 catch_dex_pc = it.GetHandlerAddress(); in art_portable_find_catch_block_from_code() 117 self, throw_location, current_method, catch_dex_pc, exception); in art_portable_find_catch_block_from_code() 120 ¤t_method->GetCodeItem()->insns_[catch_dex_pc]); in art_portable_find_catch_block_from_code()
|
/art/runtime/ |
D | trace.h | 99 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
|
D | instrumentation.h | 94 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, 314 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
|
D | instrumentation.cc | 1009 uint32_t catch_dex_pc, in ExceptionCaughtEvent() argument 1017 listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc, in ExceptionCaughtEvent()
|
D | trace.cc | 619 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
|
D | debugger.h | 511 uint32_t catch_dex_pc, mirror::Throwable* exception)
|
D | debugger.cc | 284 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() 2850 uint32_t catch_dex_pc, mirror::Throwable* exception_object) { in PostException() argument 2857 SetEventLocation(&exception_catch_location, catch_method, catch_dex_pc); in PostException()
|