Searched defs:LoadMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc2351 LoadMethod(self, dex_file, it, klass, method);
2366 LoadMethod(self, dex_file, it, klass, method);
2384 void ClassLinker::LoadMethod(Thread* self, const DexFile& dex_file, const ClassDataItemIterator& it, function in class:art::ClassLinker
2390 ScopedAssertNoThreadSuspension ants(self, "LoadMethod");

Completed in 21 milliseconds