Searched defs:heap_ (Results 1 – 16 of 16) sorted by relevance
57 Heap *heap_; variable
56 Heap *heap_; variable
45 [[maybe_unused]] Heap *const heap_; variable
55 : heap_(heap), failCount_(failCount), verifyKind_(verifyKind) in heap_() function93 : heap_(heap), verifyKind_(verifyKind) {} in heap_() function
51 Heap *heap_; variable
118 Heap *heap_; variable
162 Heap* heap_; variable
42 : heap_(heap), in heap_() function
268 Heap *heap_; variable
143 const Heap *heap_; variable
286 Heap *heap_; variable
55 Heap *heap_{nullptr}; member in panda::test::HeapTestHelper
32 Heap *heap_ {nullptr}; member in panda::test::NewToOldPromotionCase
140 RegionSpace& heap_; variable
82 [[maybe_unused]] Heap *const heap_; variable
118 HeapReferenceVerifier<LanguageConfig::LANG_TYPE>(heap_, &failCount)(root); in VerifyRoot() local