HomeSort by relevance Sort by last modified time
    Searched refs:imt_conflict_method (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
image_space.cc 713 mirror::Object* imt_conflict_method = image_header.GetImageRoot(ImageHeader::kImtConflictMethod); local
714 runtime->SetImtConflictMethod(down_cast<mirror::ArtMethod*>(imt_conflict_method));
    [all...]
  /art/runtime/
runtime.cc 1197 mirror::ArtMethod* imt_conflict_method = Runtime::Current()->GetImtConflictMethod(); local
    [all...]

Completed in 785 milliseconds