Home
last modified time | relevance | path

Searched defs:heap_ (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.h54 : heap_(heap), failCount_(failCount), objXRay_(heap->GetEcmaVM()), verifyKind_(verifyKind) in heap_() function
89 : heap_(heap), objXRay_(heap->GetEcmaVM()), verifyKind_(verifyKind) {} in heap_() function
Dpartial_gc.h55 Heap *heap_; variable
Dtlab_allocator.h48 Heap *heap_; variable
Dfull_gc.h45 Heap *heap_; variable
Dstw_young_gc.h66 Heap *heap_; variable
Dallocation_inspector.h44 [[maybe_unused]] Heap *const heap_; variable
Dconcurrent_sweeper.h115 Heap *heap_; variable
Dparallel_evacuator.h167 Heap *heap_; variable
Dmem_controller.h160 Heap* heap_; variable
Dwork_manager.h213 Heap *heap_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h82 [[maybe_unused]] Heap *const heap_; variable
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h216 Heap *heap_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.cpp119 HeapReferenceVerifier<LanguageConfig::LANG_TYPE>(heap_, &failCount)(root); in VerifyRoot() local