Home
last modified time | relevance | path

Searched refs:GetInterfaceMethodIfProxy (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dart_method-inl.h417 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 …]
Dart_method.h543 ALWAYS_INLINE ArtMethod* GetInterfaceMethodIfProxy() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dmethod_helper.h41 return method_->GetInterfaceMethodIfProxy(); in GetMethod()
Dmethod_helper.cc30 mirror::ArtMethod* method = method_->GetInterfaceMethodIfProxy(); in GetNameAsString()
Dclass_linker.cc4883 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()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc632 mirror::ArtMethod* non_proxy_method = proxy_method->GetInterfaceMethodIfProxy(); in artQuickProxyInvokeHandler()