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

  /art/runtime/mirror/
art_method-inl.h 417 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
427 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
433 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
443 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
466 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
471 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
476 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
484 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
490 mirror::ArtMethod* method = GetInterfaceMethodIfProxy();
498 return GetInterfaceMethodIfProxy()->GetDeclaringClass()->GetSourceFile()
    [all...]
art_method.h 543 ALWAYS_INLINE ArtMethod* GetInterfaceMethodIfProxy() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/
method_helper.h 41 return method_->GetInterfaceMethodIfProxy();
method_helper.cc 30 mirror::ArtMethod* method = method_->GetInterfaceMethodIfProxy();
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 632 mirror::ArtMethod* non_proxy_method = proxy_method->GetInterfaceMethodIfProxy();
    [all...]

Completed in 100 milliseconds