Lines Matching refs:GetHeap

42         auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
50 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
55 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->CollectGarbage(TriggerGCType::OLD_GC);
62 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
67 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->CollectGarbage(TriggerGCType::OLD_GC);
74 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->CollectGarbage(TriggerGCType::FULL_GC);
75 size_t originalHeapSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize();
83 newSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize();
91 ASSERT_TRUE(thread->GetEcmaVM()->GetHeap()->GetCommittedSize() < newSize);
96 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
108 size_t expandHeapSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize();
117 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
128 size_t expandHeapSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize();
129 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->NotifyHighSensitive(false);
137 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
155 size_t commitSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize();
156 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->NotifyHighSensitive(false);
162 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
185 Heap *heap = const_cast<Heap *>(vm->GetHeap());
211 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
232 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
242 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
281 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());
310 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap());