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

/art/runtime/jdwp/
H A Djdwp_event.cc1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, argument
1137 DCHECK(exception_object != nullptr);
1155 basket.exceptionClass = exception_object->GetClass();
1181 ObjectId exceptionId = registry->Add(exception_object);
1188 std::string exceptionClassName(PrettyDescriptor(exception_object->GetClass()));
/art/runtime/
H A Ddebugger.cc285 mirror::Throwable* exception_object)
287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object);
2850 uint32_t catch_dex_pc, mirror::Throwable* exception_object) {
2859 gJdwpState->PostException(&exception_throw_location, exception_object, &exception_catch_location,
2848 PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method, uint32_t catch_dex_pc, mirror::Throwable* exception_object) argument

Completed in 94 milliseconds