Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h370 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc1936 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod() function in art::Runtime
Dclass_linker.cc562 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc730 runtime->SetImtConflictMethod(image_header->GetImageMethod(ImageHeader::kImtConflictMethod)); in Init()