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

/art/runtime/mirror/
H A Dthrowable.h31 // C++ mirror of java.lang.Throwable
32 class MANAGED Throwable : public Object { class in namespace:art::mirror
37 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_));
45 void SetCause(Throwable* cause) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
61 return GetFieldObjectVolatile<Object>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_state_));
64 return GetFieldObjectVolatile<Object>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_trace_));
68 HeapReference<Throwable> cause_;
77 DISALLOW_IMPLICIT_CONSTRUCTORS(Throwable);

Completed in 48 milliseconds