Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3034 void Thread::SetException(mirror::Throwable* new_exception) { in SetException() argument
3035 CHECK(new_exception != nullptr); in SetException()
3037 tlsPtr_.exception = new_exception; in SetException()
Dthread.h366 void SetException(mirror::Throwable* new_exception) SHARED_REQUIRES(Locks::mutator_lock_);