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

  /art/compiler/
image_test.cc 116 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size);
image_writer.cc     [all...]
  /art/runtime/
class_linker-inl.h 170 resolved = klass->FindInterfaceMethod(dex_cache, method_idx, pointer_size);
class_linker_test.cc     [all...]
art_method.cc 71 ArtMethod* ret = declaring_class->FindInterfaceMethod(declaring_class->GetDexCache(),
    [all...]
class_linker.cc     [all...]
jni_internal.cc 237 method = c->FindInterfaceMethod(name, sig, pointer_size);
    [all...]
  /art/runtime/mirror/
class.cc 444 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name,
450 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name,
456 ArtMethod* Class::FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
464 return FindInterfaceMethod(name, signature, pointer_size);
    [all...]
class.h     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 393 ? klass->FindInterfaceMethod(dex_cache, method_idx, kRuntimePointerSize)
  /art/runtime/verifier/
verifier_deps.cc     [all...]
method_verifier.cc     [all...]

Completed in 610 milliseconds