Searched defs:heap_ (Results 1 – 16 of 16) sorted by relevance
57 Heap *heap_; variable
44 [[maybe_unused]] Heap *const heap_; variable
56 Heap *heap_; variable
54 : heap_(heap), failCount_(failCount), verifyKind_(verifyKind) in heap_() function91 : heap_(heap), verifyKind_(verifyKind) {} in heap_() function
49 Heap *heap_; variable
118 Heap *heap_; variable
162 Heap* heap_; variable
42 : heap_(heap), in heap_() function
264 Heap *heap_; variable
139 const Heap *heap_; variable
276 Heap *heap_; variable
55 Heap *heap_{nullptr}; member in panda::test::HeapTestHelper
32 Heap *heap_ {nullptr}; member in panda::test::NewToOldPromotionCase
216 Heap *heap_; variable
82 [[maybe_unused]] Heap *const heap_; variable
119 HeapReferenceVerifier<LanguageConfig::LANG_TYPE>(heap_, &failCount)(root); in VerifyRoot() local