Home
last modified time | relevance | path

Searched refs:PANDA_TRACK_TLAB_ALLOCATIONS (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.h29 static constexpr bool PANDA_TRACK_TLAB_ALLOCATIONS = false; member
31 static constexpr bool PANDA_TRACK_TLAB_ALLOCATIONS = true;
74 // NOTE: If we have PANDA_TRACK_TLAB_ALLOCATIONS option on, JIT should always call Runtime at AllocateObject calls.
H A Dheap_manager.cpp193 if (PANDA_TRACK_TLAB_ALLOCATIONS && (mem != nullptr)) { in AllocateMemoryForObject()
302 if (!PANDA_TRACK_TLAB_ALLOCATIONS && (tlab->GetOccupiedSize() != 0)) { in RegisterTLAB()
H A Dallocator.cpp588 if (!PANDA_TRACK_TLAB_ALLOCATIONS && (thread->GetTLAB()->GetOccupiedSize() != 0)) { in ResetYoungAllocator()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h430 return ark::mem::PANDA_TRACK_TLAB_ALLOCATIONS ||
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_gen_gc_test.cpp704 if (PANDA_TRACK_TLAB_ALLOCATIONS) { in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp148 if (mem::PANDA_TRACK_TLAB_ALLOCATIONS) { in WriteTlabStatsEntrypoint()

Completed in 9 milliseconds