Searched refs:SetImtConflictMethod (Results 1 – 3 of 3) sorted by relevance
437 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
2292 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
900 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()1253 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()