Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h368 ArtMethod* CreateImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Druntime.cc1443 ArtMethod* Runtime::CreateImtConflictMethod() { in CreateImtConflictMethod() function in art::Runtime
Dclass_linker.cc428 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()
429 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()