Lines Matching refs:HeapHandle
18 class HeapHandle;
227 static bool IsGarbageCollectionAllowed(HeapHandle& heap_handle);
235 static void Enter(HeapHandle& heap_handle);
243 static void Leave(HeapHandle& heap_handle);
251 explicit DisallowGarbageCollectionScope(HeapHandle& heap_handle);
260 HeapHandle& heap_handle_;
280 static void Enter(HeapHandle& heap_handle);
288 static void Leave(HeapHandle& heap_handle);
296 explicit NoGarbageCollectionScope(HeapHandle& heap_handle);
303 HeapHandle& heap_handle_;