Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc53 ObjPtr<Throwable> current_cause = in SetCause() local
55 CHECK(current_cause == nullptr || current_cause == this); in SetCause()