Home
last modified time | relevance | path

Searched refs:GetImtConflictMethod (Results 1 – 4 of 4) 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()
/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()