Home
last modified time | relevance | path

Searched refs:SetImtUnimplementedMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h378 void SetImtUnimplementedMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2467 void Runtime::SetImtUnimplementedMethod(ArtMethod* method) { in SetImtUnimplementedMethod() function in art::Runtime
Dclass_linker.cc585 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc769 runtime->SetImtUnimplementedMethod( in Init()