Searched refs:FindInterfaceMethod (Results 1 - 9 of 9) sorted by relevance

/art/compiler/llvm/
H A Druntime_support_llvm_func_list.h49 V(FindInterfaceMethod, art_portable_find_interface_method_from_code) \
H A Dgbc_expander.cc82 using ::art::llvm::runtime_support::FindInterfaceMethod;
2508 runtime_func = irb_.GetRuntime(FindInterfaceMethod);
3522 return ExpandToRuntime(FindInterfaceMethod, call_inst);
/art/runtime/mirror/
H A Dclass.cc361 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature) { function in class:art::mirror::Class
379 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature) { function in class:art::mirror::Class
397 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx) { function in class:art::mirror::Class
H A Dclass.h754 ArtMethod* FindInterfaceMethod(const StringPiece& name, const StringPiece& signature)
757 ArtMethod* FindInterfaceMethod(const StringPiece& name, const Signature& signature)
760 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc320 method = klass->FindInterfaceMethod(dex_cache.Get(), method_idx);
/art/runtime/
H A Dclass_linker_test.cc938 mirror::ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig);
939 mirror::ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig);
940 mirror::ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig);
H A Dclass_linker.cc5698 resolved = klass->FindInterfaceMethod(dex_cache.Get(), method_idx);
5718 resolved = klass->FindInterfaceMethod(name, signature);
5779 resolved = klass->FindInterfaceMethod(name, signature);
5810 resolved = klass->FindInterfaceMethod(name, signature);
H A Djni_internal.cc151 method = c->FindInterfaceMethod(name, sig);
/art/runtime/verifier/
H A Dmethod_verifier.cc3064 res_method = klass->FindInterfaceMethod(name, signature);

Completed in 285 milliseconds