Searched refs:LinkClass (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | class_linker.h | 542 bool LinkClass(Thread* self,
|
D | class_linker.cc | 3220 if (!LinkClass(self, descriptor, klass, interfaces, &h_new_class)) { in DefineClass() 5051 if (!LinkClass(self, descriptor, temp_klass, h_interfaces, &klass)) { in CreateProxyClass() 5960 bool ClassLinker::LinkClass(Thread* self, in LinkClass() function in art::ClassLinker
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 2086 if (!linker->LinkClass(driver_->self_, nullptr, new_class, proxy_ifaces, &linked_class)) { in AllocateNewClassObject()
|