HomeSort by relevance Sort by last modified time
    Searched defs:FindConstructor (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
method_handles_lookup.cc 67 MethodHandle* MethodHandlesLookup::FindConstructor(Thread* const self,
70 ArtMethod* findConstructor =
78 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL");
class.cc 714 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) {
    [all...]

Completed in 81 milliseconds