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

/art/runtime/mirror/
H A Dthrowable.h29 // C++ mirror of java.lang.Throwable
30 class MANAGED Throwable : public Object { class in namespace:art::mirror
33 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), new_detail_message, false);
36 return GetFieldObject<String*>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), false);
43 void SetCause(Throwable* cause) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
56 return GetFieldObject<Object*>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_state_), true);
60 Throwable* cause_;
69 DISALLOW_IMPLICIT_CONSTRUCTORS(Throwable);

Completed in 4283 milliseconds