Home
last modified time | relevance | path

Searched refs:imt_conflict_method (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc713 mirror::Object* imt_conflict_method = image_header.GetImageRoot(ImageHeader::kImtConflictMethod); in Init() local
714 runtime->SetImtConflictMethod(down_cast<mirror::ArtMethod*>(imt_conflict_method)); in Init()
/art/runtime/
Druntime.cc1197 mirror::ArtMethod* imt_conflict_method = Runtime::Current()->GetImtConflictMethod(); in CreateDefaultImt() local
1199 imtable->Set<false>(i, imt_conflict_method); in CreateDefaultImt()