Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h406 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2207 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
Dclass_linker.cc610 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
973 runtime->SetImtConflictMethod(image_header.GetImageMethod(ImageHeader::kImtConflictMethod)); in InitFromBootImage()