Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h351 void SetException(mirror::Throwable* new_exception) in SetException() argument
353 CHECK(new_exception != nullptr); in SetException()
355 tlsPtr_.exception = new_exception; in SetException()