Home
last modified time | relevance | path

Searched refs:GetImtConflictMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Druntime-inl.h49 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()
71 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
Druntime.h425 ArtMethod* GetImtConflictMethod();
Dart_method.cc850 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
Dclass_linker.cc6930 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method; in AddMethodToConflictTable()
7036 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()
8191 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
/art/dex2oat/linker/
Dimage_writer.cc2415 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()
3366 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()