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
Dart_method.cc827 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
Druntime.h440 ArtMethod* GetImtConflictMethod();
Dclass_linker.cc6890 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable()
6993 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()
8162 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
/art/dex2oat/linker/
Dimage_writer.cc2372 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()
3209 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()