Searched refs:exception_object (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() argument 1137 DCHECK(exception_object != nullptr); in PostException() 1155 basket.exceptionClass = exception_object->GetClass(); in PostException() 1181 ObjectId exceptionId = registry->Add(exception_object); in PostException() 1188 std::string exceptionClassName(PrettyDescriptor(exception_object->GetClass())); in PostException()
|
D | jdwp.h | 227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
|
/art/runtime/ |
D | trace.h | 100 mirror::Throwable* exception_object)
|
D | instrumentation.h | 95 mirror::Throwable* exception_object) 315 mirror::Throwable* exception_object) const
|
D | instrumentation.cc | 1010 mirror::Throwable* exception_object) const { in ExceptionCaughtEvent() 1012 DCHECK_EQ(thread->GetException(nullptr), exception_object); in ExceptionCaughtEvent() 1018 exception_object); in ExceptionCaughtEvent() 1020 thread->SetException(throw_location, exception_object); in ExceptionCaughtEvent()
|
D | trace.cc | 620 mirror::Throwable* exception_object) in ExceptionCaught() argument
|
D | debugger.cc | 285 mirror::Throwable* exception_object) 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 2859 gJdwpState->PostException(&exception_throw_location, exception_object, &exception_catch_location, in PostException()
|