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 55 // Find constructor using java.lang.invoke.MethodHandles$Lookup.findConstructor().
56 mirror::MethodHandle* FindConstructor(Thread* const self,
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 662 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) {
    [all...]
class.h     [all...]
  /art/runtime/
reference_table_test.cc 59 ArtMethod* constructor = h_ref_class->FindConstructor(
class_linker.cc 153 ArtMethod* exception_init_method = exception_class->FindConstructor(
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 390 klass->FindConstructor("(Ljava/lang/String;)V",
    [all...]
unstarted_runtime.cc 268 auto* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize());
594 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize());
    [all...]

Completed in 592 milliseconds