Home
last modified time | relevance | path

Searched refs:GetDetailMessage (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dthrowable.h36 String* GetDetailMessage() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDetailMessage() function
Dthrowable.cc91 String* msg = GetDetailMessage(); in Dump()
/art/runtime/
Dquick_exception_handler.cc120 mirror::String* msg = exception->GetDetailMessage(); in FindCatch()