Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h48 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()
70 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
Dart_method.cc889 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
Druntime.h513 ArtMethod* GetImtConflictMethod();
Druntime_image.cc850 new_method = Runtime::Current()->GetImtConflictMethod(); in RelocateImTable()
1757 PointerToUint64(runtime->GetImtConflictMethod()); in WriteImageMethods()
Dclass_linker.cc6670 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable()
6736 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()
8246 imt_conflict_method = runtime_->GetImtConflictMethod(); in FinalizeIfTable()
8913 runtime_->GetImtConflictMethod(), in LinkMethods()
/art/dex2oat/linker/
Dimage_writer.cc2548 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()
3469 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()