Searched refs:new_exception (Results 1 – 2 of 2) sorted by relevance
3034 void Thread::SetException(mirror::Throwable* new_exception) { in SetException() argument3035 CHECK(new_exception != nullptr); in SetException()3037 tlsPtr_.exception = new_exception; in SetException()
366 void SetException(mirror::Throwable* new_exception) SHARED_REQUIRES(Locks::mutator_lock_);