Home
last modified time | relevance | path

Searched refs:cause_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dthrowable.cc54 GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in SetCause()
57 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
59 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
154 ObjPtr<Throwable> cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump()
Dthrowable.h56 HeapReference<Throwable> cause_; variable
/art/runtime/gc/
Dheap.cc3683 : HeapTask(target_time), cause_(cause), force_full_(force_full) {} in ConcurrentGCTask()
3686 heap->ConcurrentGC(self, cause_, force_full_); in Run()
3691 const GcCause cause_; member in art::gc::Heap::ConcurrentGCTask
/art/runtime/
Dclass_linker_test.cc640 addOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"); in ThrowableOffsets()