Home
last modified time | relevance | path

Searched defs:FindConstructor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dmethod_handles_lookup.cc48 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
H A Dclass.cc943 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class