Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h42 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()
64 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
Dart_method-inl.h229 } else if (this == runtime->GetImtConflictMethod()) { in GetName()
Druntime.h365 ArtMethod* GetImtConflictMethod();
Dclass_linker.cc6149 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method; in AddMethodToConflictTable()
6252 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()
7264 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
/art/dex2oat/linker/
Dimage_writer.cc1677 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()
2556 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()
/art/runtime/gc/space/
Dimage_space.cc749 CHECK_EQ(runtime->GetImtConflictMethod(), in Init()