Home
last modified time | relevance | path

Searched refs:SetImtConflictMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Druntime.h452 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc2508 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
H A Dclass_linker.cc824 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
1191 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()