Home | History | Annotate | Download | only in runtime

Lines Matching defs:throw_location

44 #include "throw_location.h"
317 mirror::Throwable* GetException(ThrowLocation* throw_location) const
319 if (throw_location != nullptr) {
320 *throw_location = tlsPtr_.throw_location;
328 void SetException(const ThrowLocation& throw_location, mirror::Throwable* new_exception)
333 tlsPtr_.throw_location = throw_location;
338 tlsPtr_.throw_location.Clear();
373 void ThrowNewException(const ThrowLocation& throw_location,
379 void ThrowNewWrappedException(const ThrowLocation& throw_location,
384 void ThrowNewExceptionF(const ThrowLocation& throw_location,
389 void ThrowNewExceptionV(const ThrowLocation& throw_location,
1025 jpeer(nullptr), stack_begin(nullptr), stack_size(0), throw_location(),
1072 ThrowLocation throw_location;