Home
last modified time | relevance | path

Searched refs:IsProxyMethod (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Dart_method-inl.h146 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() function
538 if (LIKELY(!IsProxyMethod())) { in GetInterfaceMethodIfProxy()
Dart_method.cc118 if (IsProxyMethod()) { in FindOverriddenMethod()
159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
Dart_method.h140 bool IsProxyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dinstrumentation.cc104 && !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()
Dthread.cc1504 m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc()); in VisitFrame()
1594 if (method->IsProxyMethod()) { in InternalStackTraceToStackTraceElementArray()
2109 if (!m->IsNative() && !m->IsRuntimeMethod() && !m->IsProxyMethod()) { in VisitQuickFrame()
Dstack.cc130 } else if (m->IsProxyMethod()) { in GetThisObject()
Dclass_linker.cc2436 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()
Dmonitor.cc1006 if (m->IsProxyMethod()) { in VisitLocks()
Ddebugger.cc1503 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()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc306 DCHECK(!interface_method->IsProxyMethod()) << PrettyMethod(interface_method); in artPortableProxyInvokeHandler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc208 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()
/art/runtime/interpreter/
Dinterpreter_common.cc534 DCHECK(method->IsNative() || method->IsProxyMethod()); in DoCall()
649 !method->IsNative() && !method->IsProxyMethod() && in DoCall()