/art/runtime/ |
D | art_method-inl.h | 171 DCHECK(!IsProxyMethod()); in GetDeclaringClassDescriptor() 182 DCHECK(!IsProxyMethod()); in GetShorty() 190 DCHECK(!IsProxyMethod()); in GetSignature() 200 DCHECK(!IsProxyMethod()); in GetName() 210 DCHECK(!IsProxyMethod()); in GetNameView() 220 DCHECK(!IsProxyMethod()); in ResolveNameString() 230 DCHECK(!IsProxyMethod()); in IsResolvedTypeIdx() 235 DCHECK(!IsProxyMethod()); in GetLineNumFromDexPC() 243 DCHECK(!IsProxyMethod()); in GetPrototype() 249 DCHECK(!IsProxyMethod()); in GetParameterTypeList() [all …]
|
D | imtable-inl.h | 41 if (method->IsProxyMethod()) { in GetImtHashComponents()
|
D | art_method.cc | 220 if (IsProxyMethod()) { in FindOverriddenMethod() 335 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke() 361 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke() 579 DCHECK(IsProxyMethod() && !IsConstructor()); in GetOatQuickMethodHeader() 616 << ", proxy=" << std::boolalpha << IsProxyMethod(); in GetOatQuickMethodHeader() 668 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode()
|
D | debugger.h | 57 return m != nullptr && !m->IsProxyMethod() && !m->IsNative(); in IsForcedInterpreterNeededForUpcall()
|
D | instrumentation.cc | 231 !method->IsProxyMethod(); in NeedDebugVersionFor() 235 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod() 1015 CHECK(!method->IsProxyMethod()); in Deoptimize() 1038 CHECK(!method->IsProxyMethod()); in Undeoptimize() 1145 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in GetCodeForInvoke() 1450 } else if (m->IsProxyMethod()) { in GetRuntimeMethodShorty()
|
D | art_method.h | 315 bool IsProxyMethod() REQUIRES_SHARED(Locks::mutator_lock_); 519 if (UNLIKELY(IsNative() || IsProxyMethod() || !IsInvokable())) { in GetProfilingInfo() 531 DCHECK(!IsProxyMethod()); in SetProfilingInfoPtrSize()
|
D | class_linker-inl.h | 310 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in GetResolvedMethod() 352 DCHECK(!referrer->IsProxyMethod() || referrer->IsConstructor()); in ResolveMethod()
|
D | stack.cc | 169 } else if (m->IsProxyMethod()) { in GetThisObject() 678 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 800 if (method->IsProxyMethod()) { in GetCurrentQuickFrameInfo()
|
D | monitor.cc | 165 if (lock_owner_method != nullptr && UNLIKELY(lock_owner_method->IsProxyMethod())) { in SetLockingMethod() 201 DCHECK(lock_owner_method == nullptr || !lock_owner_method->IsProxyMethod()); in SetLockingMethod() 209 DCHECK(lock_owner_method == nullptr || !lock_owner_method->IsProxyMethod()); in SetLockingMethodNoProxy() 1475 if (m->IsProxyMethod()) { in VisitLocks()
|
D | method_handles.cc | 386 DCHECK(method->IsNative() || method->IsProxyMethod()); in GetInsForProxyOrNativeMethod() 447 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeMethod() 1210 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeExactInternal()
|
D | cha.cc | 200 method->IsProxyMethod()) { in VisitFrame()
|
D | thread.cc | 2679 saved_frames_[depth_].second = m->IsProxyMethod() ? dex::kDexNoIndex : GetDexPc(); in VisitFrame() 2765 AddFrame(m, m->IsProxyMethod() ? dex::kDexNoIndex : GetDexPc()); in VisitFrame() 2863 if (method->IsProxyMethod()) { in CreateStackTraceElement() 3800 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback() 3847 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
|
D | runtime.cc | 2840 !m.IsProxyMethod()) { in operator ()() 2847 DCHECK(!m.IsProxyMethod()); in operator ()()
|
/art/runtime/native/ |
D | java_lang_reflect_Parameter.cc | 47 if (method->IsProxyMethod()) { in Parameter_getAnnotationNative()
|
D | java_lang_reflect_Executable.cc | 62 if (method->IsProxyMethod()) { in Executable_getAnnotationNative() 83 if (method->IsProxyMethod()) { in Executable_getParameterAnnotationsNative()
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 63 CHECK(method->IsProxyMethod()) << method->PrettyMethod(); in VisitQuickFrameAtSearchedDepth()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 173 DCHECK(!method->IsProxyMethod()); in CompileMethod()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 236 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in AddMethodBreakpoint() 276 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
|
D | ti_method.cc | 182 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetArgumentsSize() 303 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMaxLocals() 416 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMethodLocation() 469 if (art_method->IsProxyMethod()) { in GetLineNumberTable() 576 if (method->IsNative() || method->IsProxyMethod()) { in Run()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 230 CHECK((*sp)->IsProxyMethod()); in GetProxyThisObjectReference() 810 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() 842 DCHECK(!interface_method->IsProxyMethod()) << interface_method->PrettyMethod(); in artQuickProxyInvokeHandler() 1037 DCHECK(!method->IsProxyMethod()) in artInstrumentationMethodEntryFromCode() 2365 DCHECK(!referrer->IsProxyMethod()); in artLookupResolvedMethod()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 76 if (!method->SkipAccessChecks() || method->IsNative() || method->IsProxyMethod()) { in UseFastInterpreterToInterpreterInvoke() 1251 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon() 1273 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
|
D | interpreter_common.h | 335 DCHECK(!called_method->IsProxyMethod()); in DoInvoke()
|
/art/compiler/optimizing/ |
D | inliner.cc | 398 if (single_impl->IsProxyMethod()) { in TryCHADevirtualization() 1351 DCHECK(!method->IsProxyMethod()); in TryInlineAndReplace() 1482 if (method->IsProxyMethod()) { in IsInliningSupported()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 57 !method->IsProxyMethod() && in CanMethodUseNterp()
|
/art/runtime/jit/ |
D | profile_saver.cc | 385 DCHECK(!method.IsProxyMethod()); in SampleClassesAndExecutedMethods()
|