Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h34 void SetDetailMessage(String* new_detail_message) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthrowable.cc35 void Throwable::SetDetailMessage(String* new_detail_message) { in SetDetailMessage() function in art::mirror::Throwable
/art/runtime/
Dthread.cc1949 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get()))); in ThrowNewWrappedException()