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

  /art/runtime/mirror/
method_handles_lookup.h 45 // Find constructor using java.lang.invoke.MethodHandles$Lookup.findConstructor().
46 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
method_handles_lookup.cc 51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self,
54 ArtMethod* findConstructor =
62 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL");
class.cc 704 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) {
    [all...]
class.h     [all...]
  /art/runtime/
reference_table_test.cc 64 ArtMethod* constructor = h_ref_class->FindConstructor(
thread.cc     [all...]
class_linker.cc 174 ArtMethod* exception_init_method = exception_class->FindConstructor(
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 404 klass->FindConstructor("(Ljava/lang/String;)V",
    [all...]
unstarted_runtime.cc 308 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize());
644 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize());
    [all...]

Completed in 561 milliseconds