Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc998 Handle<mirror::Object> throw_location_this_object; in DumpJavaStack() local
1005 throw_location_this_object = scope.NewHandle(exc_location.GetThis()); in DumpJavaStack()
1018 ThrowLocation exc_location(throw_location_this_object.Get(), in DumpJavaStack()