Lines Matching refs:SetMethod
90 void SetMethod(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethod() function in art::AllocRecordStackTraceElement
2987 req.SetMethod(nullptr); in ProcessDelayedFullUndeoptimizations()
3173 req->SetMethod(nullptr); in WatchLocation()
3176 req->SetMethod(m); in WatchLocation()
3181 req->SetMethod(nullptr); in WatchLocation()
3220 req->SetMethod(nullptr); in UnwatchLocation()
3224 req->SetMethod(m); in UnwatchLocation()
3229 req->SetMethod(nullptr); in UnwatchLocation()
4430 record->StackElement(depth)->SetMethod(m); in VisitFrame()
4440 record->StackElement(depth)->SetMethod(nullptr); in ~AllocRecordStackVisitor()
4739 void DeoptimizationRequest::SetMethod(mirror::ArtMethod* m) { in SetMethod() function in art::DeoptimizationRequest