Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h49 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()
71 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
Druntime.h394 ArtMethod* GetImtConflictMethod();
Dart_method.cc846 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
Dclass_linker.cc6651 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method; in AddMethodToConflictTable()
6755 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()
7910 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
/art/dex2oat/linker/
Dimage_writer.cc2303 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()
3362 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()
/art/runtime/gc/space/
Dimage_space.cc721 CHECK_EQ(runtime->GetImtConflictMethod(), in InitAppImage()