Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc53 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in SetCause() local
54 CHECK(current_cause == nullptr || current_cause == this); in SetCause()