Inclusive language fixes
Based on:
https://source.android.com/setup/contribute/respectful-code
#inclusivefixit
Bug: 161336379
Bug: 161896447
Test: art/test.py --host --64
Change-Id: I02c96aa477c4be6af8384222f1f111cc7ae1eeac
diff --git a/runtime/stack.h b/runtime/stack.h
index a7d9d53..30d7533 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -346,7 +346,7 @@
ShadowFrame* PrepareSetVReg(ArtMethod* m, uint16_t vreg, bool wide)
REQUIRES_SHARED(Locks::mutator_lock_);
- void SanityCheckFrame() const REQUIRES_SHARED(Locks::mutator_lock_);
+ void ValidateFrame() const REQUIRES_SHARED(Locks::mutator_lock_);
ALWAYS_INLINE CodeInfo* GetCurrentInlineInfo() const;
ALWAYS_INLINE StackMap* GetCurrentStackMap() const;