Searched defs:heap_ (Results 1 – 13 of 13) sorted by relevance
54 : heap_(heap), failCount_(failCount), objXRay_(heap->GetEcmaVM()), verifyKind_(verifyKind) in heap_() function89 : heap_(heap), objXRay_(heap->GetEcmaVM()), verifyKind_(verifyKind) {} in heap_() function
55 Heap *heap_; variable
48 Heap *heap_; variable
45 Heap *heap_; variable
66 Heap *heap_; variable
44 [[maybe_unused]] Heap *const heap_; variable
115 Heap *heap_; variable
167 Heap *heap_; variable
160 Heap* heap_; variable
213 Heap *heap_; variable
82 [[maybe_unused]] Heap *const heap_; variable
216 Heap *heap_; variable
119 HeapReferenceVerifier<LanguageConfig::LANG_TYPE>(heap_, &failCount)(root); in VerifyRoot() local