Searched refs:exc_location (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1003 ThrowLocation exc_location; local
1004 exc = scope.NewHandle(GetException(&exc_location));
1005 throw_location_this_object = scope.NewHandle(exc_location.GetThis());
1006 throw_location_method = scope.NewHandle(exc_location.GetMethod());
1007 throw_location_dex_pc = exc_location.GetDexPc();
1018 ThrowLocation exc_location(throw_location_this_object.Get(),
1021 const_cast<Thread*>(this)->SetException(exc_location, exc.Get());

Completed in 22 milliseconds