Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.h57 Heap *heap_; variable
Dallocation_inspector.h44 [[maybe_unused]] Heap *const heap_; variable
Dtlab_allocator.h56 Heap *heap_; variable
Dverification.h54 : heap_(heap), failCount_(failCount), verifyKind_(verifyKind) in heap_() function
91 : heap_(heap), verifyKind_(verifyKind) {} in heap_() function
Dfull_gc.h49 Heap *heap_; variable
Dconcurrent_sweeper.h118 Heap *heap_; variable
Dmem_controller.h162 Heap* heap_; variable
Didle_gc_trigger.h42 : heap_(heap), in heap_() function
Dparallel_evacuator.h264 Heap *heap_; variable
Dgc_key_stats.h139 const Heap *heap_; variable
Dwork_manager.h276 Heap *heap_; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dheap_helper_test.cpp55 Heap *heap_{nullptr}; member in panda::test::HeapTestHelper
Dgc_region_promotion_test.cpp32 Heap *heap_ {nullptr}; member in panda::test::NewToOldPromotionCase
/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