Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc47 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in SetCause()
50 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
52 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
121 Throwable* cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump()
Dthrowable.h68 HeapReference<Throwable> cause_; variable
/art/runtime/
Dclass_linker_test.cc553 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Throwable, cause_), "cause")… in ThrowableOffsets()