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

  /art/compiler/llvm/
runtime_support_llvm_func_list.h 49 V(FindInterfaceMethod, art_portable_find_interface_method_from_code) \
gbc_expander.cc 82 using ::art::llvm::runtime_support::FindInterfaceMethod;
    [all...]
  /art/runtime/mirror/
class.cc 362 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature) {
380 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature) {
398 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx) {
class.h 744 ArtMethod* FindInterfaceMethod(const StringPiece& name, const StringPiece& signature)
747 ArtMethod* FindInterfaceMethod(const StringPiece& name, const Signature& signature)
750 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 320 method = klass->FindInterfaceMethod(dex_cache.Get(), method_idx);
  /art/runtime/
class_linker_test.cc     [all...]
class_linker.cc     [all...]
jni_internal.cc 151 method = c->FindInterfaceMethod(name, sig);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 298 milliseconds