Home
last modified time | relevance | path

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

/art/runtime/
Dthrow_location.h56 mirror::Object* GetThis() const { in GetThis() function
Dthread.cc1005 throw_location_this_object = scope.NewHandle(exc_location.GetThis()); in DumpJavaStack()
1668 Handle<mirror::Object> saved_throw_this(hs.NewHandle(throw_location.GetThis())); in ThrowNewWrappedException()
Ddebugger.cc2860 throw_location.GetThis()); in PostException()
3787 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExecuteMethod()
Djni_internal.cc733 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExceptionDescribe()
/art/runtime/mirror/
Dclass.cc84 Handle<mirror::Object> old_throw_this_object(hs.NewHandle(old_throw_location.GetThis())); in SetStatus()