Searched refs:FindDeclaredVirtualMethod (Results 1 - 4 of 4) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc340 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size);
348 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(name, signature, pointer_size);
359 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size);
367 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(name, signature, pointer_size);
378 ArtMethod* method = FindDeclaredVirtualMethod(dex_cache, dex_method_idx, pointer_size);
386 method = iftable->GetInterface(i)->FindDeclaredVirtualMethod(
474 ArtMethod* Class::FindDeclaredVirtualMethod(const StringPiece& name, const StringPiece& signature, function in class:art::mirror::Class
485 ArtMethod* Class::FindDeclaredVirtualMethod(const StringPiece& name, const Signature& signature, function in class:art::mirror::Class
496 ArtMethod* Class::FindDeclaredVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx, function in class:art::mirror::Class
521 ArtMethod* method = klass->FindDeclaredVirtualMethod(nam
[all...]
H A Dclass.h931 ArtMethod* FindDeclaredVirtualMethod(const StringPiece& name, const StringPiece& signature,
935 ArtMethod* FindDeclaredVirtualMethod(const StringPiece& name, const Signature& signature,
939 ArtMethod* FindDeclaredVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
/art/runtime/
H A Dproxy_test.cc63 ArtMethod* method = javaLangObject->FindDeclaredVirtualMethod(
69 method = javaLangObject->FindDeclaredVirtualMethod("hashCode", "()I", sizeof(void*));
74 method = javaLangObject->FindDeclaredVirtualMethod(
H A Ddebugger.cc80 return declaring_class->FindDeclaredVirtualMethod(declaring_class->GetDexCache(),

Completed in 362 milliseconds