diff options
Diffstat (limited to 'runtime/gc/heap.h')
-rw-r--r-- | runtime/gc/heap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h index 17c6f62c7f..60b8450500 100644 --- a/runtime/gc/heap.h +++ b/runtime/gc/heap.h @@ -437,7 +437,9 @@ class Heap { void Trim() LOCKS_EXCLUDED(heap_trim_request_lock_); void RevokeThreadLocalBuffers(Thread* thread); + void RevokeRosAllocThreadLocalBuffers(Thread* thread); void RevokeAllThreadLocalBuffers(); + void AssertAllBumpPointerSpaceThreadLocalBuffersAreRevoked(); void PreGcRosAllocVerification(TimingLogger* timings) EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_); |