Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h156 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this); in GetCodeSize()
318 if (kIsDebugBuild && !IsProxyMethod()) { in GetQuickFrameInfo()
333 DCHECK(!IsProxyMethod()); in GetDeclaringClassDescriptor()
339 DCHECK(!IsProxyMethod()); in GetShorty()
347 DCHECK(!IsProxyMethod()); in GetSignature()
357 DCHECK(!IsProxyMethod()); in GetName()
382 DCHECK(!IsProxyMethod()); in IsResolvedTypeIdx()
387 DCHECK(!IsProxyMethod()); in GetLineNumFromDexPC()
395 DCHECK(!IsProxyMethod()); in GetPrototype()
401 DCHECK(!IsProxyMethod()); in GetParameterTypeList()
[all …]
Dart_method.cc58 CHECK(!IsProxyMethod()); in GetNameAsString()
126 if (IsProxyMethod()) { in FindOverriddenMethod()
195 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
299 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) { in AssertPcIsWithinQuickCode()
343 if (IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) { in GetQuickOatEntryPoint()
487 if (UNLIKELY(IsProxyMethod())) { in GetQuickFrameInfo()
Dinstrumentation.cc107 !method->IsNative() && !method->IsProxyMethod())) { in UpdateEntrypoints()
109 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in UpdateEntrypoints()
118 if (method->IsAbstract() || method->IsProxyMethod()) { in InstallStubsForMethod()
719 CHECK(!method->IsProxyMethod()); in Deoptimize()
742 CHECK(!method->IsProxyMethod()); in Undeoptimize()
Dstack.cc136 } else if (m->IsProxyMethod()) { in GetThisObject()
166 if (m->IsNative() || m->IsRuntimeMethod() || m->IsProxyMethod()) { in IsReferenceVReg()
Dart_method.h160 bool IsProxyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Ddebugger.cc1462 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc; in SetJdwpLocation()
1640 DCHECK(m->IsNative() || m->IsProxyMethod()); in OutputLineTable()
2866 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc; in SetEventLocation()
3509 if (!m->IsNative() && !m->IsProxyMethod()) { in IsForcedInterpreterNeededForCallingImpl()
3526 if (m->IsNative() || m->IsProxyMethod()) { in IsForcedInterpreterNeededForResolutionImpl()
3564 if (m->IsNative() || m->IsProxyMethod()) { in IsForcedInstrumentationNeededForResolutionImpl()
3601 if (m->IsNative() || m->IsProxyMethod()) { in IsForcedInterpreterNeededForUpcallImpl()
Dclass_linker.cc2065 if (method->IsProxyMethod()) { in GetQuickOatCodeFor()
2091 if (method->IsNative() || method->IsAbstract() || method->IsProxyMethod()) { in GetOatMethodQuickCodeFor()
2132 !method->IsNative() && !method->IsProxyMethod(); in NeedsInterpreter()
3425 DCHECK(proxy_method->IsProxyMethod()); in FindMethodForProxy()
3799 DCHECK(!m->IsProxyMethod()); in ThrowSignatureCheckResolveReturnTypeException()
3823 DCHECK(!m->IsProxyMethod()); in ThrowSignatureCheckResolveArgException()
4414 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in SHARED_LOCKS_REQUIRED()
4426 DCHECK(!other->IsProxyMethod()) << PrettyMethod(other); in HasSameNameAndSignature()
Dthread.cc1708 trace_->GetLength() / 2 + count_, m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc(), in VisitFrame()
1809 if (method->IsProxyMethod()) { in InternalStackTraceToStackTraceElementArray()
2322 if (!m->IsNative() && !m->IsRuntimeMethod() && !m->IsProxyMethod()) { in VisitQuickFrame()
Dmonitor.cc1012 if (m->IsProxyMethod()) { in VisitLocks()
/art/runtime/interpreter/
Dinterpreter_common.cc500 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCall()
639 !new_shadow_frame->GetMethod()->IsProxyMethod() && in DoCall()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc284 CHECK((*sp)->IsProxyMethod()); in GetProxyThisObject()
728 DCHECK(proxy_method->IsProxyMethod()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
762 DCHECK(!interface_method->IsProxyMethod()) << PrettyMethod(interface_method); in artQuickProxyInvokeHandler()