Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h73 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
188 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
Dtrace.h88 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc,
Dinstrumentation.cc456 mirror::ArtMethod* catch_method, in ExceptionCaughtEvent() argument
463 … listener->ExceptionCaught(thread, throw_location, catch_method, catch_dex_pc, exception_object); in ExceptionCaughtEvent()
Dthread.cc1850 mirror::ArtMethod* catch_method = *handler_quick_frame_; in DoLongJump() local
1851 if (catch_method == NULL) { in DoLongJump()
1858 const DexFile& dex_file = *catch_method->GetDeclaringClass()->GetDexCache()->GetDexFile(); in DoLongJump()
1859 int line_number = dex_file.GetLineNumFromPC(catch_method, handler_dex_pc_); in DoLongJump()
1860 LOG(INFO) << "Handler: " << PrettyMethod(catch_method) << " (line: " << line_number << ")"; in DoLongJump()
1875 …entation_frames_to_pop_ - 1 || self_->GetInstrumentationStack()->front().method_ != catch_method) { in DoLongJump()
1881 instrumentation->ExceptionCaughtEvent(self_, throw_location_, catch_method, handler_dex_pc_, in DoLongJump()
Dtrace.cc582 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
Ddebugger.h333 mirror::ArtMethod* catch_method,
Ddebugger.cc153 mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, in ExceptionCaught() argument
156 Dbg::PostException(thread, throw_location, catch_method, catch_dex_pc, exception_object); in ExceptionCaught()
2260 mirror::ArtMethod* catch_method, in PostException() argument
2269 SetLocation(catch_location, catch_method, catch_dex_pc); in PostException()