Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc52 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in SetCause()
55 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
57 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
149 ObjPtr<Throwable> cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump()
Dthrowable.h71 HeapReference<Throwable> cause_; variable
/art/runtime/gc/
Dheap.cc3710 : HeapTask(target_time), cause_(cause), force_full_(force_full) {} in ConcurrentGCTask()
3713 heap->ConcurrentGC(self, cause_, force_full_); in Run()
3718 const GcCause cause_; member in art::gc::Heap::ConcurrentGCTask
/art/runtime/
Dclass_linker_test.cc636 addOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"); in ThrowableOffsets()