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