Searched defs:LinkClass (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc2293 if (!LinkClass(self, descriptor, klass, interfaces, &new_class)) {
2312 * We did the static preparation in LinkClass.
3882 if (!LinkClass(self, descriptor.c_str(), klass, h_interfaces, &new_class)) {
4438 bool ClassLinker::LinkClass(Thread* self, const char* descriptor, Handle<mirror::Class> klass, function in class:art::ClassLinker

Completed in 150 milliseconds