Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc53 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in SetCause()
56 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
58 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
150 ObjPtr<Throwable> cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump()
Dthrowable.h66 HeapReference<Throwable> cause_; variable
/art/runtime/gc/
Dheap.cc3579 : HeapTask(target_time), cause_(cause), force_full_(force_full) {} in ConcurrentGCTask()
3582 heap->ConcurrentGC(self, cause_, force_full_); in Run()
3587 const GcCause cause_; member in art::gc::Heap::ConcurrentGCTask
/art/runtime/
Dclass_linker_test.cc624 addOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause"); in ThrowableOffsets()