Searched refs:IsProxyMethod (Results 1 – 12 of 12) sorted by relevance
146 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this); in GetCodeSize()182 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) { in AssertPcIsWithinQuickCode()230 if (IsPortableCompiled() || IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) { in GetQuickOatEntryPoint()370 if (UNLIKELY(IsAbstract()) || UNLIKELY(IsProxyMethod() && !IsDirect())) { in GetQuickFrameInfo()533 inline bool ArtMethod::IsProxyMethod() { in IsProxyMethod() function538 if (LIKELY(!IsProxyMethod())) { in GetInterfaceMethodIfProxy()
118 if (IsProxyMethod()) { in FindOverriddenMethod()159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
140 bool IsProxyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
104 && !method->IsNative() && !method->IsProxyMethod())) { in UpdateEntrypoints()117 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in UpdateEntrypoints()126 if (method->IsAbstract() || method->IsProxyMethod()) { in InstallStubsForMethod()786 CHECK(!method->IsProxyMethod()); in Deoptimize()815 CHECK(!method->IsProxyMethod()); in Undeoptimize()
1504 m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc()); in VisitFrame()1594 if (method->IsProxyMethod()) { in InternalStackTraceToStackTraceElementArray()2109 if (!m->IsNative() && !m->IsRuntimeMethod() && !m->IsProxyMethod()) { in VisitQuickFrame()
130 } else if (m->IsProxyMethod()) { in GetThisObject()
2436 if (method->IsProxyMethod()) { in GetQuickOatCodeFor()2467 if (method->IsProxyMethod()) { in GetPortableOatCodeFor()2494 if (method->IsNative() || method->IsAbstract() || method->IsProxyMethod()) { in GetOatMethodQuickCodeFor()2544 !method->IsNative() && !method->IsProxyMethod(); in NeedsInterpreter()3948 DCHECK(proxy_method->IsProxyMethod()); in FindMethodForProxy()4810 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in SHARED_LOCKS_REQUIRED()4822 DCHECK(!other->IsProxyMethod()) << PrettyMethod(other); in HasSameNameAndSignature()
1006 if (m->IsProxyMethod()) { in VisitLocks()
1503 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc; in SetJdwpLocation()1671 DCHECK(m->IsNative() || m->IsProxyMethod()); in OutputLineTable()2803 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc; in SetEventLocation()
306 DCHECK(!interface_method->IsProxyMethod()) << PrettyMethod(interface_method); in artPortableProxyInvokeHandler()
208 CHECK(sp->AsMirrorPtr()->IsProxyMethod()); in GetProxyThisObject()612 DCHECK(proxy_method->IsProxyMethod()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()647 DCHECK(!interface_method->IsProxyMethod()) << PrettyMethod(interface_method); in artQuickProxyInvokeHandler()
534 DCHECK(method->IsNative() || method->IsProxyMethod()); in DoCall()649 !method->IsNative() && !method->IsProxyMethod() && in DoCall()