Home
last modified time | relevance | path

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

/art/runtime/
Dthrow_location.h55 mirror::Object* GetThis() const { in GetThis() function
Dthread.cc1631 Handle<mirror::Object> saved_throw_this(hs.NewHandle(throw_location.GetThis())); in ThrowNewWrappedException()
Ddebugger.cc2821 throw_location.GetThis()); in PostException()
3679 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExecuteMethod()
Djni_internal.cc735 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExceptionDescribe()
/art/runtime/mirror/
Dclass.cc86 Handle<mirror::Object> old_throw_this_object(hs.NewHandle(old_throw_location.GetThis())); in SetStatus()