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

/art/runtime/
H A Druntime.cc1209 Handle<mirror::ArtMethod> method(hs.NewHandle(class_linker->AllocArtMethod(self)));
1233 Handle<mirror::ArtMethod> method(hs.NewHandle(class_linker->AllocArtMethod(self)));
1257 Handle<mirror::ArtMethod> method(hs.NewHandle(class_linker->AllocArtMethod(self)));
H A Dclass_linker.h407 mirror::ArtMethod* AllocArtMethod(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dclass_linker.cc1951 mirror::ArtMethod* ClassLinker::AllocArtMethod(Thread* self) { function in class:art::ClassLinker
2887 mirror::ArtMethod* dst = AllocArtMethod(self);

Completed in 96 milliseconds