Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h365 void SetImtConflictMethod(ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Druntime.cc1455 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
Dclass_linker.cc428 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc769 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in Init()