Home
last modified time | relevance | path

Searched refs:suppressed_exceptions_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dthrowable.h72 HeapReference<Object> suppressed_exceptions_; variable
/art/runtime/
Dclass_linker_test.cc557 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Throwable, suppressed_exceptions_), "suppres… in ThrowableOffsets()