Searched refs:cause_ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | throwable.cc | 54 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()
|
D | throwable.h | 56 HeapReference<Throwable> cause_; variable
|
/art/runtime/gc/ |
D | heap.cc | 3681 : HeapTask(target_time), cause_(cause), force_full_(force_full) {} in ConcurrentGCTask() 3684 heap->ConcurrentGC(self, cause_, force_full_); in Run() 3689 const GcCause cause_; member in art::gc::Heap::ConcurrentGCTask
|
/art/runtime/ |
D | class_linker_test.cc | 640 addOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"); in ThrowableOffsets()
|