Searched defs:Heap (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.h128 class Heap { class in namespace:art::gc
170 Heap(size_t initial_size,
202 ~Heap();
1256 // Heap verification flags.
1272 Heap* const heap_;
1278 explicit ScopedDisableRosAllocVerification(Heap* heap)
1450 DISALLOW_IMPLICIT_CONSTRUCTORS(Heap);
H A Dheap.cc99 DEFINE_RUNTIME_DEBUG_FLAG(Heap, kStressCollectorTransition);
148 uint8_t* const Heap::kPreferredAllocSpaceBegin =
153 uint8_t* const Heap::kPreferredAllocSpaceBegin = reinterpret_cast<uint8_t*>(0x20000000);
156 uint8_t* const Heap::kPreferredAllocSpaceBegin = reinterpret_cast<uint8_t*>(0x40000000);
164 Heap::Heap(size_t initial_size, function in class:art::gc::Heap
288 LOG(INFO) << "Heap() entering";
634 LOG(INFO) << "Heap() exiting";
638 MemMap* Heap::MapAnonymousPreferredAddress(const char* name,
653 bool Heap
[all...]

Completed in 33 milliseconds