Searched defs:computed_throw_location (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcommon_throws.cc60 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); local
61 self->ThrowNewException(computed_throw_location, exception_descriptor, msg.str().c_str());
82 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); local
83 self->ThrowNewWrappedException(computed_throw_location, exception_descriptor, msg.str().c_str());

Completed in 59 milliseconds