Searched refs:CanUpdateRuntimeFlags (Results 1 – 1 of 1) sorted by relevance
443 static ALWAYS_INLINE bool CanUpdateRuntimeFlags(ArtField*) { return true; } in CanUpdateRuntimeFlags() function445 static ALWAYS_INLINE bool CanUpdateRuntimeFlags(ArtMethod* method) { in CanUpdateRuntimeFlags() function456 if (CanUpdateRuntimeFlags(member) && !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()