Home
last modified time | relevance | path

Searched refs:CreateImtConflictMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h330 mirror::ArtMethod* CreateImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Druntime.cc1204 mirror::ArtMethod* Runtime::CreateImtConflictMethod() { in CreateImtConflictMethod() function in art::Runtime
Dclass_linker.cc365 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()
366 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()