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() 175 return GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in GetCause()
|
D | throwable.h | 59 HeapReference<Throwable> cause_; variable
|
/art/runtime/gc/ |
D | heap.cc | 3949 : HeapTask(target_time), cause_(cause), force_full_(force_full), my_gc_num_(gc_num) {} in ConcurrentGCTask() 3954 heap->ConcurrentGC(self, cause_, force_full_, my_gc_num_); in Run() 3959 const GcCause cause_; member in art::gc::Heap::ConcurrentGCTask
|
/art/runtime/ |
D | class_linker_test.cc | 636 addOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"); in ThrowableOffsets()
|