diff options
Diffstat (limited to 'runtime/stack.h')
-rw-r--r-- | runtime/stack.h | 2 |
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; |