Searched refs:CreateImtConflictMethod (Results 1 – 3 of 3) sorted by relevance
368 ArtMethod* CreateImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1443 ArtMethod* Runtime::CreateImtConflictMethod() { in CreateImtConflictMethod() function in art::Runtime
428 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()429 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod()); in InitWithoutImage()