Lines Matching refs:heap
61 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
62 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()
63 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()
64 heap->ClearGrowthLimit(); in TEST_F()
65 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
66 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
114 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
126 heap->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
128 heap->CollectGarbage(/* clear_soft_references= */ false); in TEST_F()
164 CollectorType fg_collector_type = heap->GetForegroundCollectorType(); in TEST_F()
168 if (heap->GetUseGenerationalCC()) { in TEST_F()