Home
last modified time | relevance | path

Searched refs:SetAllocTrackerStackDepth (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMDebug.cc621 runtime->GetHeap()->SetAllocTrackerStackDepth(static_cast<size_t>(stack_depth)); in VMDebug_setAllocTrackerStackDepth()
/aosp_15_r20/art/runtime/gc/
H A Dheap.h949 void SetAllocTrackerStackDepth(size_t alloc_record_depth) { in SetAllocTrackerStackDepth() function