summaryrefslogtreecommitdiff
path: root/runtime/stack.h
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-07-28 15:53:04 +0100
committer Orion Hodson <oth@google.com> 2020-07-28 16:40:36 +0000
commit6aaa49dd4a3467e8d05aee4a1de9753e896ee96b (patch)
tree593e79da914087e991ad0a6d0421962806485e04 /runtime/stack.h
parent72e27b0b29fd1bdea6747f62c5bd865d26a0bdcd (diff)
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
Diffstat (limited to 'runtime/stack.h')
-rw-r--r--runtime/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.h b/runtime/stack.h
index a7d9d53c8f..30d7533cfe 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -346,7 +346,7 @@ class StackVisitor {
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;