Searched refs:FindDeclaredDirectMethod (Results 1 - 8 of 8) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc395 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature, function in class:art::mirror::Class
405 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature, function in class:art::mirror::Class
415 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx, function in class:art::mirror::Class
430 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size);
441 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size);
452 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx, pointer_size);
H A Dclass.h907 ArtMethod* FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature,
911 ArtMethod* FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature,
915 ArtMethod* FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
/art/runtime/
H A Dinstrumentation_test.cc463 ArtMethod* method_to_deoptimize = klass->FindDeclaredDirectMethod("instanceMethod", "()V",
510 ArtMethod* method_to_deoptimize = klass->FindDeclaredDirectMethod("instanceMethod", "()V",
H A Djni_internal.cc140 method = c->FindDeclaredDirectMethod(name, sig, pointer_size);
H A Dthread.cc2330 exception_class->FindDeclaredDirectMethod("<init>", signature, cl->GetImagePointerSize());
H A Dclass_linker.cc128 ArtMethod* exception_init_method = exception_class->FindDeclaredDirectMethod(
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc385 ArtMethod* method = klass->FindDeclaredDirectMethod("<init>", "(Ljava/lang/String;)V",
H A Dunstarted_runtime.cc254 auto* cons = h_klass->FindDeclaredDirectMethod("<init>", "()V", cl->GetImagePointerSize());
480 ArtMethod* constructor = h_class->FindDeclaredDirectMethod(

Completed in 108 milliseconds