Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_id_manager.cc74 ret = t->IsObsolete() ? nullptr : k->GetMethodIds(); in GetIds()
141 if (method->IsObsolete()) { in EnsureIdsArray()
172 return method->IsObsolete() ? -1 : k->GetMethodIdOffset(method, pointer_size); in GetIdOffset()
197 bool IsObsolete(ReflectiveHandle<ArtType> t) REQUIRES_SHARED(Locks::mutator_lock_);
199 bool IsObsolete(ReflectiveHandle<ArtField> t ATTRIBUTE_UNUSED) { in IsObsolete() function
203 bool IsObsolete(ReflectiveHandle<ArtMethod> t) { in IsObsolete() function
204 return t->IsObsolete(); in IsObsolete()
261 if (m->IsObsolete()) { in GetLinearSearchStartId()
324 DCHECK(IsObsolete(t) || deferred_allocation_refcount_ > 0u) in EncodeGenericId()
357 if (kIsDebugBuild && !IsObsolete(t)) { in EncodeGenericId()
/art/runtime/
Dart_method.cc85 if (LIKELY(!IsObsolete())) { in GetNonObsoleteMethod()
114 DCHECK(IsObsolete()); in GetObsoleteDexCache()
142 DCHECK(IsObsolete()); in FindObsoleteDexClassDefIndex()
361 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()
437 DCHECK(method->IsObsolete() && method->IsNative()); in FindOatMethodFromDexFileFor()
468 if (UNLIKELY(method->IsObsolete())) { in FindOatMethodFor()
821 if (with_signature && m->IsObsolete()) { in PrettyMethod()
Dart_method-inl.h263 if (LIKELY(!IsObsolete())) { in GetClassDefIndex()
303 if (LIKELY(!IsObsolete())) { in GetDexCache()
Dart_method.h273 bool IsObsolete() const { in IsObsolete() function
Dclass_linker.cc9556 DCHECK(method->IsObsolete()); in SetEntryPointsForObsoleteMethod()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc38 DCHECK(method->IsObsolete()); in artInvokeObsoleteMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h54 DCHECK(!outer_method->IsObsolete()); in GetResolvedMethod()
/art/runtime/interpreter/
Dinterpreter.cc430 if (UNLIKELY(method->IsObsolete())) { in EnterInterpreterFromInvoke()
/art/runtime/interpreter/mterp/
Dmterp.cc783 if (LIKELY(!referrer->IsObsolete())) { in MterpFieldAccessFast()
/art/openjdkjvmti/
Dti_method.cc533 return method->IsObsolete(); in IsMethodObsolete()
Dti_redefine.cc3067 if (!m->IsNative() && m->IsInvokable() && !m->IsObsolete()) { in UpdateClassCommon()
/art/runtime/jit/
Djit_code_cache.cc1858 if (meth->IsObsolete()) { in InvalidateAllCompiledCode()