Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h36 ObjPtr<String> GetDetailMessage() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc98 ObjPtr<String> msg = GetDetailMessage(); in Dump()
170 ObjPtr<String> Throwable::GetDetailMessage() { in GetDetailMessage() function in art::mirror::Throwable
/art/runtime/
Dquick_exception_handler.cc160 ObjPtr<mirror::String> msg = exception_ref->GetDetailMessage(); in FindCatch()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1361 reinterpret_cast<mirror::Throwable*>(result.GetL())->GetDetailMessage(); in TEST_F()
Dunstarted_runtime.cc265 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass()