Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.h54 : heap_(heap), failCount_(failCount), verifyKind_(verifyKind) in heap_() function
93 : heap_(heap), verifyKind_(verifyKind) {} in heap_() function
Dpartial_gc.h56 Heap *heap_; variable
Dfull_gc.h46 Heap *heap_; variable
Dstw_young_gc.h66 Heap *heap_; variable
Dtlab_allocator.h56 Heap *heap_; variable
Dallocation_inspector.h44 [[maybe_unused]] Heap *const heap_; variable
Dconcurrent_sweeper.h116 Heap *heap_; variable
Didle_gc_trigger.h41 : heap_(heap), in heap_() function
Dparallel_evacuator.h208 Heap *heap_; variable
Dmem_controller.h183 Heap* heap_; variable
Dgc_key_stats.h125 const Heap *heap_; variable
Dwork_manager.h256 Heap *heap_; variable
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h216 Heap *heap_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h82 [[maybe_unused]] Heap *const heap_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.cpp119 HeapReferenceVerifier<LanguageConfig::LANG_TYPE>(heap_, &failCount)(root); in VerifyRoot() local