Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h302 void SetException(const ThrowLocation& throw_location, mirror::Throwable* new_exception) in SetException() argument
304 CHECK(new_exception != NULL); in SetException()
306 exception_ = new_exception; in SetException()