Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h318 void SetImtConflictMethod(mirror::ArtMethod* method) { in SetImtConflictMethod() function
Dclass_linker.cc374 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc643 runtime->SetImtConflictMethod(down_cast<mirror::ArtMethod*>(imt_conflict_method)); in Init()