Searched refs:InstallStubsForClass (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc55 instrumentation->InstallStubsForClass(klass);
73 void Instrumentation::InstallStubsForClass(mirror::Class* klass) { function in class:art::instrumentation::Instrumentation
H A Dinstrumentation.h357 void InstallStubsForClass(mirror::Class* klass) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dclass_linker.cc1914 Runtime::Current()->GetInstrumentation()->InstallStubsForClass(h_new_class.Get());

Completed in 67 milliseconds