Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h371 void SetImtUnimplementedMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2286 void Runtime::SetImtUnimplementedMethod(ArtMethod* method) { in SetImtUnimplementedMethod() function in art::Runtime
Dclass_linker.cc563 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
/art/runtime/gc/space/
Dimage_space.cc731 runtime->SetImtUnimplementedMethod( in Init()