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