Searched refs:GetInterfaceMethodIfProxy (Results 1 – 6 of 6) sorted by relevance
417 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetDeclaringClassDescriptor()427 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetShorty()433 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetSignature()443 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetName()466 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetCodeItem()471 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in IsResolvedTypeIdx()476 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetLineNumFromDexPC()484 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetPrototype()490 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetParameterTypeList()498 return GetInterfaceMethodIfProxy()->GetDeclaringClass()->GetSourceFile(); in GetDeclaringClassSourceFile()[all …]
543 ALWAYS_INLINE ArtMethod* GetInterfaceMethodIfProxy() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
41 return method_->GetInterfaceMethodIfProxy(); in GetMethod()
30 mirror::ArtMethod* method = method_->GetInterfaceMethodIfProxy(); in GetNameAsString()
4883 if (comparator->HasSameNameAndSignature(virtual_method->GetInterfaceMethodIfProxy())) { in FindAndRemove()4975 super_method->GetInterfaceMethodIfProxy()); in LinkVirtualMethods()5234 interface_method->GetInterfaceMethodIfProxy()); in LinkInterfaceMethods()5247 vtable_method->GetInterfaceMethodIfProxy(); in LinkInterfaceMethods()5269 imt_ref->GetInterfaceMethodIfProxy()); in LinkInterfaceMethods()5284 mir_method->GetInterfaceMethodIfProxy())) { in LinkInterfaceMethods()
632 mirror::ArtMethod* non_proxy_method = proxy_method->GetInterfaceMethodIfProxy(); in artQuickProxyInvokeHandler()