Searched refs:SetImtConflictMethod (Results 1 – 4 of 4) sorted by relevance
365 void SetImtConflictMethod(ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1455 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
428 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()
769 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in Init()